Docs: Fixed a capitalization typo in a heading (#2242) · gulpjs/gulp@3d051d8

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