From 78f5827cc38a90423a3828b2004598dd89fa2ccd Mon Sep 17 00:00:00 2001 From: Iman Mohamadi Date: Thu, 13 Dec 2018 19:17:26 +0330 Subject: [PATCH] fixes a typo on 6.5 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0571119a..4a21e89c 100644 --- a/README.md +++ b/README.md @@ -719,7 +719,7 @@ All statements above will return false if used with `===` ## ![✔] 6.5. Collection of generic security best practices -**TL;DR:** These is a collection of security advice that are not related directly to Node.js - the Node implementation is not much different than any other language. Click read more to skim through. +**TL;DR:** This is a collection of security advice that are not related directly to Node.js - the Node implementation is not much different than any other language. Click read more to skim through. 🔗 [**Read More: Common security best practices**](/sections/security/commonsecuritybestpractices.md)