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/api
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2021-07-01 07:35:50 +0300
committerRich Trott <rtrott@gmail.com>2021-07-03 17:43:09 +0300
commit5e8aeac93fe38e6299c184865e1073debad93840 (patch)
tree53b7f840e16b0254892ae1d40e80758ecce0ba35 /doc/api
parent9b99037798914ebc0f5a3240a5ed6a8a6ffd1d89 (diff)
doc: use "pull request" instead of "PR" in packages.md
PR-URL: https://github.com/nodejs/node/pull/39213 Reviewed-By: Harshitha K P <harshitha014@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Diffstat (limited to 'doc/api')
-rw-r--r--doc/api/packages.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/api/packages.md b/doc/api/packages.md
index 770fd338abc..bd5fbe150b5 100644
--- a/doc/api/packages.md
+++ b/doc/api/packages.md
@@ -635,9 +635,9 @@ Platform specific conditions such as `"deno"`, `"electron"`, or `"react-native"`
may be used, but while there remain no implementation or integration intent
from these platforms, the above are not explicitly endorsed by Node.js.
-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:
+New conditions definitions may be added to this list by creating a pull request
+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 unambiguous for all implementers.
* The use case for why the condition is needed should be clearly justified.