Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/getting-started/8-watching-files.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ watch('src/*.css', css);
watch('src/*.js', series(clean, javascript));
```

## Warning: Avoid synchronous
## Warning: avoid synchronous

A watcher's task cannot be synchronous, like tasks registered into the task system. If you pass a sync task, the completion can't be determined and the task won't run again - it is assumed to still be running.

Expand Down