chore: fix capitalisation on API title and add ' to you're

This commit is contained in:
William Oldham 2023-10-03 23:02:26 +01:00
parent 09679b2585
commit 7322bf4519
2 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# Fetchers # Fetchers
When making an instance of the library using `makeProviders()`. It will immediately make a fetcher. 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()` ## 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. 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.

View File

@ -1,2 +1,3 @@
icon: ph:file-code-fill icon: ph:file-code-fill
navigation.redirect: /api/makeproviders navigation.redirect: /api/makeproviders
navigation.title: API