mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
docs: fix typos in docs
and website
folder (#11212)
This commit is contained in:
parent
25b90b2b54
commit
1dbd985daa
@ -4,7 +4,7 @@ sidebar_label: BrowserPlatform
|
|||||||
|
|
||||||
# BrowserPlatform enum
|
# BrowserPlatform enum
|
||||||
|
|
||||||
Platform names used to identify a OS platfrom x architecture combination in the way that is relevant for the browser download.
|
Platform names used to identify a OS platform x architecture combination in the way that is relevant for the browser download.
|
||||||
|
|
||||||
#### Signature:
|
#### Signature:
|
||||||
|
|
||||||
|
@ -45,7 +45,7 @@ The programmatic API allows installing and launching browsers from your code. Se
|
|||||||
| Enumeration | Description |
|
| Enumeration | Description |
|
||||||
| ---------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------ |
|
| ---------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------ |
|
||||||
| [Browser](./browsers.browser.md) | Supported browsers. |
|
| [Browser](./browsers.browser.md) | Supported browsers. |
|
||||||
| [BrowserPlatform](./browsers.browserplatform.md) | Platform names used to identify a OS platfrom x architecture combination in the way that is relevant for the browser download. |
|
| [BrowserPlatform](./browsers.browserplatform.md) | Platform names used to identify a OS platform x architecture combination in the way that is relevant for the browser download. |
|
||||||
| [ChromeReleaseChannel](./browsers.chromereleasechannel.md) | |
|
| [ChromeReleaseChannel](./browsers.chromereleasechannel.md) | |
|
||||||
|
|
||||||
## Functions
|
## Functions
|
||||||
|
@ -28,7 +28,7 @@ export enum Browser {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Platform names used to identify a OS platfrom x architecture combination in the way
|
* Platform names used to identify a OS platform x architecture combination in the way
|
||||||
* that is relevant for the browser download.
|
* that is relevant for the browser download.
|
||||||
*
|
*
|
||||||
* @public
|
* @public
|
||||||
|
Loading…
Reference in New Issue
Block a user