Skip to content

Commit

Permalink
Docs: Fixed a capitalization typo in a heading (#2242)
Browse files Browse the repository at this point in the history
  • Loading branch information
janiceilene authored and phated committed Oct 18, 2018
1 parent 921312c commit 3d051d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting-started/8-watching-files.md
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

0 comments on commit 3d051d8

Please sign in to comment.