diff --git a/doc/api/packages.md b/doc/api/packages.md index 30ff370d9d9239..a04e18421b83ba 100644 --- a/doc/api/packages.md +++ b/doc/api/packages.md @@ -559,7 +559,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.