From 614a7c21f8080814be61cf630b24725c09c842bb Mon Sep 17 00:00:00 2001 From: Arslan Ali Date: Mon, 27 Sep 2021 13:07:16 +0500 Subject: [PATCH] doc: fix typo in packages.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/40230 Fixes: https://github.com/nodejs/node/issues/40228 Reviewed-By: Tobias Nießen Reviewed-By: Luigi Pinca Reviewed-By: Antoine du Hamel --- doc/api/packages.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/packages.md b/doc/api/packages.md index 0764f0f77029bb..13790dfde58dc8 100644 --- a/doc/api/packages.md +++ b/doc/api/packages.md @@ -603,7 +603,7 @@ use in Node.js but not the browser: ``` Conditions continue to be matched in order as with flat conditions. If -a nested conditional does not have any mapping it will continue checking +a nested condition does not have any mapping it will continue checking the remaining conditions of the parent condition. In this way nested conditions behave analogously to nested JavaScript `if` statements.