docs(test-parameterize): fix typos (#20178)

This commit is contained in:
Rob Donnelly 2023-01-23 09:28:22 -08:00 committed by GitHub
parent 7c5e0eb1cc
commit ba0189f8d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,9 +1,9 @@
--- ---
id: test-parameterize id: test-parameterize
title: "Parametrize tests" title: "Parameterize tests"
--- ---
You can either parametrize tests on a test level or on a project level. You can either parameterize tests on a test level or on a project level.
## Parameterized Tests ## Parameterized Tests
@ -173,7 +173,7 @@ export const test = base.extend<TestOptions>({
``` ```
:::note :::note
Parametrized projects behavior has changed in version 1.18. [Learn more](./release-notes#breaking-change-custom-config-options). Parameterized projects behavior has changed in version 1.18. [Learn more](./release-notes#breaking-change-custom-config-options).
::: :::
## Passing Environment Variables ## Passing Environment Variables