diff --git a/packages/playwright-test/src/testType.ts b/packages/playwright-test/src/testType.ts index 0d8c918f99..d12b9ba4a5 100644 --- a/packages/playwright-test/src/testType.ts +++ b/packages/playwright-test/src/testType.ts @@ -73,7 +73,7 @@ export class TestTypeImpl { `- You are calling ${title} in a configuration file.`, `- You are calling ${title} in a file that is imported by the configuration file.`, `- You have two different versions of @playwright/test. This usually happens`, - ` when one of the dependenices in your package.json depends on @playwright/test.`, + ` when one of the dependencies in your package.json depends on @playwright/test.`, ].join('\n')); } return suite;