mirror of
				https://github.com/go-task/task.git
				synced 2025-10-30 23:58:01 +02:00 
			
		
		
		
	docs: improve wording (#1518)
This commit is contained in:
		| @@ -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: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user