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 @@
# `ProviderControls.runEmbedScraper`
Run a specific embed scraper and get its outputted streams.
Run a specific embed scraper and get its emitted streams.
## Example
@@ -31,10 +31,10 @@ interface EmbedRunnerOptions {
// object of event functions
events?: IndividualScraperEvents;
// the embed url
// the embed URL
url: string;
// id of the embed scraper you want to scrape from
// ID of the embed scraper you want to scrape from
id: string;
}