diff --git a/docs/src/browsers.md b/docs/src/browsers.md index 98b9423a1e..f96881ad33 100644 --- a/docs/src/browsers.md +++ b/docs/src/browsers.md @@ -134,7 +134,7 @@ pwsh bin/Debug/netX/playwright.ps1 install --with-deps chromium See [system requirements](./intro.md#system-requirements) for officially supported operating systems. -## Update Playwright regulary +## Update Playwright regularly * langs: js By keeping your Playwright version up to date you will be able to use new features and test your app on the latest browser versions and catch failures before the latest browser version is released to the public. diff --git a/docs/src/codegen.md b/docs/src/codegen.md index 0fa1e77d60..220f9a6dca 100644 --- a/docs/src/codegen.md +++ b/docs/src/codegen.md @@ -354,7 +354,7 @@ After performing authentication and closing the browser, `auth.json` will contai login to Github screen -Make sure you only use the `auth.json` locally as it contains sensative information. Add it to your `.gitignore` or delete it once you have finished generating your tests. +Make sure you only use the `auth.json` locally as it contains sensitive information. Add it to your `.gitignore` or delete it once you have finished generating your tests. #### Load authenticated state diff --git a/docs/src/test-reporter-api/class-reporter.md b/docs/src/test-reporter-api/class-reporter.md index b06945dfe4..d55172d892 100644 --- a/docs/src/test-reporter-api/class-reporter.md +++ b/docs/src/test-reporter-api/class-reporter.md @@ -133,7 +133,7 @@ The error. * since: v1.33 Called immediately before test runner exists. At this point all the reporters -have recived the [`method: Reporter.onEnd`] signal, so all the reports should +have received the [`method: Reporter.onEnd`] signal, so all the reports should be build. You can run the code that uploads the reports in this hook. ## optional method: Reporter.onStdErr diff --git a/packages/playwright-test/types/testReporter.d.ts b/packages/playwright-test/types/testReporter.d.ts index ffd9d15ea2..3778ae2ae0 100644 --- a/packages/playwright-test/types/testReporter.d.ts +++ b/packages/playwright-test/types/testReporter.d.ts @@ -413,7 +413,7 @@ export interface Reporter { onError?(error: TestError): void; /** - * Called immediately before test runner exists. At this point all the reporters have recived the + * Called immediately before test runner exists. At this point all the reporters have received the * [reporter.onEnd(result)](https://playwright.dev/docs/api/class-reporter#reporter-on-end) signal, so all the reports * should be build. You can run the code that uploads the reports in this hook. */