docs: switch url to URL

Consistent capitalization of 'URL'
This commit is contained in:
Daniel Hritzkiv 2021-10-07 06:25:54 -04:00 committed by GitHub
parent 52b743b4f0
commit 4972e00905
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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>