docs: fix typos in docs and website folder (#11212)

This commit is contained in:
Susheel Thapa 2023-10-21 17:03:45 +05:45 committed by GitHub
parent 25b90b2b54
commit 1dbd985daa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -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:

View File

@ -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

View File

@ -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