From 8dc10556e8f89938b0c68c07079d48af47bc44d0 Mon Sep 17 00:00:00 2001 From: Josh Bowling <45343541+joshbwlng@users.noreply.github.com> Date: Thu, 9 Jun 2022 23:03:11 +0900 Subject: [PATCH] chore: fix error message typo (#14729) --- packages/playwright-test/src/testType.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;