From 65a0ddbfc3d0d507540fbf8c6d69b7eb3294612b Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Tue, 28 Jul 2020 21:47:58 -0700 Subject: [PATCH] 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 Reviewed-By: Luigi Pinca Reviewed-By: Pranshu Srivastava Reviewed-By: Ron Korving Reviewed-By: Yuta Hiroto Reviewed-By: Anna Henningsen Reviewed-By: Michael Dawson Reviewed-By: James M Snell Reviewed-By: Trivikram Kamat --- doc/api/url.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/url.md b/doc/api/url.md index 53aec1f6596985..762528d348a5bc 100644 --- a/doc/api/url.md +++ b/doc/api/url.md @@ -1127,7 +1127,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. -->