Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authormarsonya <akhil.marsonya27@gmail.com>2021-02-27 21:21:57 +0300
committerMichaƫl Zasso <targos@protonmail.com>2021-03-02 16:08:54 +0300
commit5d939b7a4932f516fd007e1ddfd89710fb3ff2a3 (patch)
tree5c5dbabd24ed88b445578b526cc4966051e7d915 /doc
parent9696cf714234f6efef001b9d3dc9cfce2bc3e590 (diff)
doc: fix typo in doc/api/packages.md
PR-URL: https://github.com/nodejs/node/pull/37536 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Michael Dawson <midawson@redhat.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/api/packages.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/packages.md b/doc/api/packages.md
index 9131c447e86..766866e946b 100644
--- a/doc/api/packages.md
+++ b/doc/api/packages.md
@@ -610,7 +610,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