From 4972e00905b8fa18d7c6f7dd5c22aface33e6c45 Mon Sep 17 00:00:00 2001 From: Daniel Hritzkiv Date: Thu, 7 Oct 2021 06:25:54 -0400 Subject: [PATCH] docs: switch url to URL Consistent capitalization of 'URL' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6a9e8dca5..77127aa4c 100644 --- a/README.md +++ b/README.md @@ -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`.