chore: fix error message typo (#14729)

This commit is contained in:
Josh Bowling 2022-06-09 23:03:11 +09:00 committed by GitHub
parent 2b33f76825
commit 8dc10556e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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