Skip to content

Commit

Permalink
docs: switch url to URL
Browse files Browse the repository at this point in the history
Consistent capitalization of 'URL'
  • Loading branch information
dhritzkiv committed Oct 7, 2021
1 parent 52b743b commit 4972e00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -454,7 +454,7 @@ See [test cases](https://github.com/node-fetch/node-fetch/blob/master/test/) for

Perform an HTTP(S) fetch.

`url` should be an absolute url, such as `https://example.com/`. A path-relative URL (`/file/under/root`) or protocol-relative URL (`//can-be-http-or-https.com/`) will result in a rejected `Promise`.
`url` should be an absolute URL, such as `https://example.com/`. A path-relative URL (`/file/under/root`) or protocol-relative URL (`//can-be-http-or-https.com/`) will result in a rejected `Promise`.

<a id="fetch-options"></a>

Expand Down

0 comments on commit 4972e00

Please sign in to comment.