Skip to content

Commit e35bdac

Browse files
janiceilenephated
authored andcommitted
Docs: Add missing link in watch (#2252)
1 parent 8569f85 commit e35bdac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/watch.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ When a string or array is passed as `task`, throws an error with the message, "w
4646

4747
### Options
4848

49-
5049
| name | type | default | note |
5150
|:-------:|:------:|-----------|--------|
5251
| ignoreInitial | boolean | true | If false, the task is called during instantiation as file paths are discovered. Use to trigger the task during startup.<br>**Note:** This option is passed to [chokidar][chokidar-external] but is defaulted to `true` instead of `false`. |
@@ -130,6 +129,7 @@ Removes globs that are being watched, while the watcher continues with the remai
130129
| globs | string<br>array | The globs to be removed. |
131130

132131
[chokidar-instance-section]: #chokidar-instance
132+
[options-section]: #options
133133
[tasks-concepts]: ../api/concepts.md#tasks
134134
[globs-concepts]: ../api/concepts.md#globs
135135
[fs-stats-concepts]: ../api/concepts.md#file-system-stats

0 commit comments

Comments
 (0)