Skip to content

Commit

Permalink
docs: improve wording (#1518)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidfregoli authored Feb 27, 2024
1 parent 99397df commit 3307223
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -1888,8 +1888,8 @@ task again. This requires the `sources` attribute to be given, so task knows
which files to watch.

The default watch interval is 5 seconds, but it's possible to change it by
either setting `interval: '500ms'` in the root of the Taskfile passing it as an
argument like `--interval=500ms`.
either setting `interval: '500ms'` in the root of the Taskfile or by passing it
as an argument like `--interval=500ms`.

Also, it's possible to set `watch: true` in a given task and it'll automatically
run in watch mode:
Expand Down

0 comments on commit 3307223

Please sign in to comment.