diff --git a/.docs/content/1.Guide/2.fetchers.md b/.docs/content/1.Guide/2.fetchers.md index 7b3c0cf..3a95bff 100644 --- a/.docs/content/1.Guide/2.fetchers.md +++ b/.docs/content/1.Guide/2.fetchers.md @@ -1,7 +1,7 @@ # Fetchers When making an instance of the library using `makeProviders()`. It will immediately make a fetcher. -This comes with some considerations depending on the environment youre running. +This comes with some considerations depending on the environment you're running. ## Using `fetch()` 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. diff --git a/.docs/content/2.Api/_dir.yml b/.docs/content/2.Api/_dir.yml index 821aa66..df38d63 100644 --- a/.docs/content/2.Api/_dir.yml +++ b/.docs/content/2.Api/_dir.yml @@ -1,2 +1,3 @@ icon: ph:file-code-fill navigation.redirect: /api/makeproviders +navigation.title: API