@@ -483,7 +483,7 @@ Example of sending parameters with environment variables:
483
483
$ TASK_VARIABLE=a-value task do-something
484
484
` ` `
485
485
486
- > TIP: A special variable `.TASK` is always available containg the task name.
486
+ > TIP: A special variable `.TASK` is always available containing the task name.
487
487
488
488
Since some shells don't support above syntax to set environment variables
489
489
(Windows) tasks also accepts a similar style when not in the beginning of
@@ -688,7 +688,7 @@ Please note: *showing the summary will not execute the command*.
688
688
# # Overriding task name
689
689
690
690
Sometimes you may want to override the task name print on summary, up-to-date
691
- messates to STDOUT, etc. In this case you can just set `label:`, which can also
691
+ messages to STDOUT, etc. In this case you can just set `label:`, which can also
692
692
be interpolated with variables :
693
693
694
694
` ` ` yaml
@@ -908,9 +908,9 @@ tasks:
908
908
909
909
# # Watch tasks
910
910
911
- If you give a `--watch` or `-w` argument, task will watch for file changes
911
+ With the flags `--watch` or `-w` task will watch for file changes
912
912
and run the task again. This requires the `sources` attribute to be given,
913
- so task know which files to watch.
913
+ so task knows which files to watch.
914
914
915
915
[gotemplate] : https://golang.org/pkg/text/template/
916
916
[minify] : https://github.com/tdewolff/minify/tree/master/cmd/minify
0 commit comments