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
|
||||
|
||||
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:
|
||||
|
||||
|
@ -45,7 +45,7 @@ The programmatic API allows installing and launching browsers from your code. Se
|
||||
| Enumeration | Description |
|
||||
| ---------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------ |
|
||||
| [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) | |
|
||||
|
||||
## 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.
|
||||
*
|
||||
* @public
|
||||
|
Loading…
Reference in New Issue
Block a user