Skip to content

Commit 589e329

Browse files
Rohan Santhoshrohan436
andauthored
docs: fix test tags typo (#9820)
Co-authored-by: rohan436 <rohan.santhoshkumar@googlemail.com>
1 parent 2049e8a commit 589e329

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/test-tags.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ vitest --tags-filter=frontend
204204
vitest --tags-filter="frontend and backend"
205205
```
206206

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:
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 syntax:
208208

209209
<img alt="The tags filter in Vitest UI" img-light src="/ui/light-ui-tags.png">
210210
<img alt="The tags filter in Vitest UI" img-dark src="/ui/dark-ui-tags.png">

0 commit comments

Comments
 (0)