Skip to content

Commit 5783dc5

Browse files
committed
docs: fix type
1 parent ef48f06 commit 5783dc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/config/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -699,7 +699,7 @@ In CI, or when run from a non-interactive shell, "watch" mode is not the default
699699

700700
### watchTriggerPatterns <Version>3.2.0</Version><NonProjectOption /> {#watchtriggerpatterns}
701701

702-
- **Type:** `WatcherTriggerPattern`
702+
- **Type:** `WatcherTriggerPattern[]`
703703

704704
Vitest reruns tests based on the module graph which is populated by static and dynamic `import` statements. However, if you are reading from the file system or fetching from a proxy, then Vitest cannot detect those dependencies.
705705

0 commit comments

Comments
 (0)