docs(test-parameterize): fixed typo (#10392)

This commit is contained in:
Alister Scott 2021-11-23 05:38:48 +10:00 committed by GitHub
parent d70e37de80
commit 80235c47a5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,7 +7,7 @@ You can either parametrize tests on a test level or on a project level.
<!-- TOC --> <!-- TOC -->
## Parametrized Tests ## Parameterized Tests
```js js-flavor=js ```js js-flavor=js
// example.spec.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. Playwright Test supports running multiple test projects at the same time. In the following example, we'll run two projects with different options.