diff --git a/docs/config/index.md b/docs/config/index.md index 917c431508e5..3034f22a847d 100644 --- a/docs/config/index.md +++ b/docs/config/index.md @@ -1735,7 +1735,7 @@ The script `src` and `content` will be processed by Vite plugins. - **Type:** `Record` - **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