From d5c3ed0b09f74e3d76fd844e6684ad9d54c87f36 Mon Sep 17 00:00:00 2001 From: marsonya Date: Sat, 27 Feb 2021 23:51:57 +0530 Subject: [PATCH] doc: fix typo in doc/api/packages.md PR-URL: https://github.com/nodejs/node/pull/37536 Reviewed-By: Anna Henningsen Reviewed-By: Rich Trott Reviewed-By: Darshan Sen Reviewed-By: James M Snell Reviewed-By: Michael Dawson --- 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 0e0680e753e92d..66f1eec3480a20 100644 --- a/doc/api/packages.md +++ b/doc/api/packages.md @@ -613,7 +613,7 @@ New conditions definitions may be added to this list by creating a PR to the [Node.js documentation for this section][]. The requirements for listing a new condition definition here are that: -* The definition should be clear and unambigious for all implementers. +* The definition should be clear and unambiguous for all implementers. * The use case for why the condition is needed should be clearly justified. * There should exist sufficient existing implementation usage. * The condition name should not conflict with another condition definition or