docs(test-parameterize): fix snippet typo (#10280)

This commit is contained in:
Yevhen Laichenkov 2021-11-12 17:00:41 +02:00 committed by GitHub
parent 58b4052378
commit 724dc2ff2f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -88,7 +88,7 @@ Now, we can run test in multiple configurations by using projects.
// playwright.config.js
// @ts-check
/** @type {import('@playwright/test').PlaywrightTestConfig<{ version: string }>} */
/** @type {import('@playwright/test').PlaywrightTestConfig<{ person: string }>} */
const config = {
projects: [
{