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
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2020-07-29 07:47:58 +0300
committerRich Trott <rtrott@gmail.com>2020-08-01 09:39:01 +0300
commit770a02d3c826e81d52b10af9a7143ad33fe31487 (patch)
treecd784bd21a56ebb383faa02253c50bc803ff8208 /doc/api/url.md
parent3b9a252dccb0ca296f18379ae8a5716d892a2cca (diff)
doc: use consistent spelling for "falsy"
We use "falsy" in multiple places in our docs, but only use "false-y" in one place in url.md. Replace it with "falsy". PR-URL: https://github.com/nodejs/node/pull/34545 Reviewed-By: Anto Aravinth <anto.aravinth.cse@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Pranshu Srivastava <rexagod@gmail.com> Reviewed-By: Ron Korving <ron@ronkorving.nl> Reviewed-By: Yuta Hiroto <hello@hiroppy.me> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Diffstat (limited to 'doc/api/url.md')
-rw-r--r--doc/api/url.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/url.md b/doc/api/url.md
index 2bc5ded862a..582deaceeb1 100644
--- a/doc/api/url.md
+++ b/doc/api/url.md
@@ -1145,7 +1145,7 @@ changes:
- version: v7.0.0
pr-url: https://github.com/nodejs/node/pull/7234
description: URLs with a `file:` scheme will now always use the correct
- number of slashes regardless of `slashes` option. A false-y
+ number of slashes regardless of `slashes` option. A falsy
`slashes` option with no protocol is now also respected at all
times.
-->