spelling/grammar

This commit is contained in:
Paul Dee
2023-12-31 03:35:48 +00:00
parent ac3dfb98e1
commit 1296915a42
17 changed files with 63 additions and 63 deletions

View File

@@ -1,6 +1,6 @@
# Customize providers
You make a provider controls in two ways. Either with `makeProviders()` (the simpler option) or with `buildProviders()` (more elaborate and extensive option).
You make the provider controls in two ways. Either with `makeProviders()` (the simpler option) or with `buildProviders()` (more elaborate and extensive option).
## `makeProviders()` (simple)
@@ -41,7 +41,7 @@ const providers = buildProviders()
### Adding only select few providers
Not all providers are great quality, so you can make a instance of the controls with only the providers you want.
Not all providers are great quality, so you can make an instance of the controls with only the providers you want.
```ts
const providers = buildProviders()
@@ -55,7 +55,7 @@ const providers = buildProviders()
### Adding your own scrapers to the providers
If you have your own scraper and still want to use the nice utils of the provider library or just want to add on to the builtin providers. You can add your own custom source.
If you have your own scraper and still want to use the nice utilities of the provider library or just want to add on to the built-in providers, you can add your own custom source.
```ts
const providers = buildProviders()