diff --git a/doc/api/url.md b/doc/api/url.md index 2bc5ded862a68b..582deaceeb183c 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. -->