Skip to content

Commit

Permalink
docs: Fix grammar error in browser config documentation (#6261)
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-we authored Aug 2, 2024
1 parent a7be50d commit c72506b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/config/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -1735,7 +1735,7 @@ The script `src` and `content` will be processed by Vite plugins.
- **Type:** `Record<string, BrowserCommand>`
- **Default:** `{ readFile, writeFile, ... }`
Custom [commands](/guide/browser/commands) that can be import during browser tests from `@vitest/browser/commands`.
Custom [commands](/guide/browser/commands) that can be imported during browser tests from `@vitest/browser/commands`.
### clearMocks
Expand Down

0 comments on commit c72506b

Please sign in to comment.