Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
RedYetiDev committed Apr 17, 2024
1 parent 63f8f1d commit 2176f2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/api/url.md
Original file line number Diff line number Diff line change
Expand Up @@ -1159,7 +1159,7 @@ changes:
- version: REPLACEME
pr-url: https://github.com/nodejs/node/pull/52509
description: The `options` argument can now be used to
determine how to parse the `path` argument
determine how to parse the `path` argument.
-->

* `url` {URL | string} The file URL string or URL object to convert to a path.
Expand Down Expand Up @@ -1268,7 +1268,7 @@ changes:
- version: REPLACEME
pr-url: https://github.com/nodejs/node/pull/52509
description: The `options` argument can now be used to
determine how to parse the `path` argument
determine how to parse the `path` argument.
-->
* `path` {string} The path to convert to a File URL.
Expand Down

0 comments on commit 2176f2d

Please sign in to comment.