Skip to content

Commit 3d051d8

Browse files
janiceilenephated
authored andcommitted
Docs: Fixed a capitalization typo in a heading (#2242)
1 parent 921312c commit 3d051d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/getting-started/8-watching-files.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ watch('src/*.css', css);
3535
watch('src/*.js', series(clean, javascript));
3636
```
3737

38-
## Warning: Avoid synchronous
38+
## Warning: avoid synchronous
3939

4040
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.
4141

0 commit comments

Comments
 (0)