summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuy Bedford <guybedford@gmail.com>2021-01-11 17:42:51 -0500
committerGitHub <noreply@github.com>2021-01-11 17:42:51 -0500
commit47f941cec62df987f15dbc523530dfe1f0e1b2f5 (patch)
treec91cfc85771e98165f21a664be289493c36296f2
parent6717f7407deffce576901d99139acd1cce3cf758 (diff)
downloadnode-new-conditions.tar.gz
lint fixconditions
-rw-r--r--doc/api/packages.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/api/packages.md b/doc/api/packages.md
index 0b15e137ec..645d7a4b82 100644
--- a/doc/api/packages.md
+++ b/doc/api/packages.md
@@ -556,8 +556,8 @@ flag](#packages_resolving_user_conditions).
The following condition definitions are currently endorsed by Node.js:
-* `"browser"` - any environment which implements a standard subset of
- global browser APIs available from JavaScript in web browsers, including the DOM
+* `"browser"` - any environment which implements a standard subset of global
+ browser APIs available from JavaScript in web browsers, including the DOM
APIs.
* `"development"` - can be used to define a development-only environment
entry point. _Must always be mutually exclusive with `"production"`._