From f6fb539eacc8d8090e67df5612c3ac43909b805c Mon Sep 17 00:00:00 2001 From: mrjvs Date: Wed, 27 Sep 2023 20:49:53 +0200 Subject: [PATCH] Update .docs/content/1.Guide/2.fetchers.md Co-authored-by: William Oldham --- .docs/content/1.Guide/2.fetchers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.docs/content/1.Guide/2.fetchers.md b/.docs/content/1.Guide/2.fetchers.md index 81e6b4e..c8b77aa 100644 --- a/.docs/content/1.Guide/2.fetchers.md +++ b/.docs/content/1.Guide/2.fetchers.md @@ -4,7 +4,7 @@ When making an instance of the library using `makeProviders()`. It will immediat This comes with some considerations depending on the environment youre running. ## Using `fetch()` -In most cases, you can use the `fetch()` API. This will work in newer versions of node (18 and above) and on the browser. +In most cases, you can use the `fetch()` API. This will work in newer versions of Node.js (18 and above) and on the browser. ```ts const fetcher = makeDefaultFetcher(fetch);