We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2049e8a commit 589e329Copy full SHA for 589e329
docs/guide/test-tags.md
@@ -204,7 +204,7 @@ vitest --tags-filter=frontend
204
vitest --tags-filter="frontend and backend"
205
```
206
207
-If you are running Vitest UI, you can start a filter with a `tag:` prefix to filter out tests by tags using the same tags expression sytax:
+If you are running Vitest UI, you can start a filter with a `tag:` prefix to filter out tests by tags using the same tags expression syntax:
208
209
<img alt="The tags filter in Vitest UI" img-light src="/ui/light-ui-tags.png">
210
<img alt="The tags filter in Vitest UI" img-dark src="/ui/dark-ui-tags.png">
0 commit comments