diff --git a/.docs/content/1.Guide/2.fetchers.md b/.docs/content/1.Guide/2.fetchers.md index c8b77aa..7b3c0cf 100644 --- a/.docs/content/1.Guide/2.fetchers.md +++ b/.docs/content/1.Guide/2.fetchers.md @@ -10,7 +10,7 @@ In most cases, you can use the `fetch()` API. This will work in newer versions o const fetcher = makeDefaultFetcher(fetch); ``` -If you using older version of nodejs. You can use the npm package `node-fetch` to polyfill fetch: +If you using older version of Node.js. You can use the npm package `node-fetch` to polyfill fetch: ```ts import fetch from "node-fetch";