From 5e8aeac93fe38e6299c184865e1073debad93840 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Wed, 30 Jun 2021 21:35:50 -0700 Subject: [PATCH] doc: use "pull request" instead of "PR" in packages.md PR-URL: https://github.com/nodejs/node/pull/39213 Reviewed-By: Harshitha K P Reviewed-By: Antoine du Hamel Reviewed-By: Gireesh Punathil Reviewed-By: Colin Ihrig --- doc/api/packages.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/api/packages.md b/doc/api/packages.md index 770fd338abcb82..bd5fbe150b544b 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.