From 0255ed7e8e02f2ab950f60715e74986bc0400dff 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 3fb8b561d6565c..36f6f9951415e5 100644 --- a/doc/api/packages.md +++ b/doc/api/packages.md @@ -571,7 +571,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