From 1dbd985daa39998eb170e619491d1de13793c03a Mon Sep 17 00:00:00 2001 From: Susheel Thapa Date: Sat, 21 Oct 2023 17:03:45 +0545 Subject: [PATCH] docs: fix typos in `docs` and `website` folder (#11212) --- docs/browsers-api/browsers.browserplatform.md | 2 +- docs/browsers-api/index.md | 2 +- packages/browsers/src/browser-data/types.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/browsers-api/browsers.browserplatform.md b/docs/browsers-api/browsers.browserplatform.md index 50c021f1bae..0cc7b9b3438 100644 --- a/docs/browsers-api/browsers.browserplatform.md +++ b/docs/browsers-api/browsers.browserplatform.md @@ -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: diff --git a/docs/browsers-api/index.md b/docs/browsers-api/index.md index 11cac42d5e6..3610af4962a 100644 --- a/docs/browsers-api/index.md +++ b/docs/browsers-api/index.md @@ -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 diff --git a/packages/browsers/src/browser-data/types.ts b/packages/browsers/src/browser-data/types.ts index b7bf7fd720a..d13b39c234d 100644 --- a/packages/browsers/src/browser-data/types.ts +++ b/packages/browsers/src/browser-data/types.ts @@ -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