From 80235c47a5fb142c3b21fbbb9350de81b60e6faf Mon Sep 17 00:00:00 2001 From: Alister Scott Date: Tue, 23 Nov 2021 05:38:48 +1000 Subject: [PATCH] docs(test-parameterize): fixed typo (#10392) --- docs/src/test-parameterize-js.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/test-parameterize-js.md b/docs/src/test-parameterize-js.md index 0cb34e56cb..c2fc16fd8c 100644 --- a/docs/src/test-parameterize-js.md +++ b/docs/src/test-parameterize-js.md @@ -7,7 +7,7 @@ You can either parametrize tests on a test level or on a project level. -## Parametrized Tests +## Parameterized Tests ```js js-flavor=js // example.spec.js @@ -31,7 +31,7 @@ for (const name of people) { } ``` -## Parametrized Projects +## Parameterized Projects Playwright Test supports running multiple test projects at the same time. In the following example, we'll run two projects with different options.