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);