From b72197a1908b26f9cd6123932ae1db89bef2ce6f Mon Sep 17 00:00:00 2001 From: Frank Dana Date: Fri, 10 Feb 2023 20:30:48 -0500 Subject: [PATCH] docs(security): typo-squirting => typosquatting Signed-off-by: Frank Dana --- locale/en/docs/guides/security/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locale/en/docs/guides/security/index.md b/locale/en/docs/guides/security/index.md index 68479fc9a4a46..f46c369fb1587 100644 --- a/locale/en/docs/guides/security/index.md +++ b/locale/en/docs/guides/security/index.md @@ -20,7 +20,7 @@ to Node.js, if you are looking for something broad, consider * Attacks explained: illustrate and document in plain English with some code example (if possible) the attacks that we are mentioning in the threat model. * Third-Party Libraries: define threats -(typo-squirting attacks, malicious packages...) and best practices regarding +(typosquatting attacks, malicious packages...) and best practices regarding node modules dependencies, etc... ## Threat List