Skip to content

Commit eb257d3

Browse files
authored
Merge pull request #366 from jonasagx/patch-1
typo and grammar fixes
2 parents 7652d78 + 87f1149 commit eb257d3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/usage.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,7 @@ Example of sending parameters with environment variables:
483483
$ TASK_VARIABLE=a-value task do-something
484484
```
485485

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.
487487

488488
Since some shells don't support above syntax to set environment variables
489489
(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*.
688688
## Overriding task name
689689

690690
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
692692
be interpolated with variables:
693693

694694
```yaml
@@ -908,9 +908,9 @@ tasks:
908908

909909
## Watch tasks
910910

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
912912
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.
914914

915915
[gotemplate]: https://golang.org/pkg/text/template/
916916
[minify]: https://github.com/tdewolff/minify/tree/master/cmd/minify

0 commit comments

Comments
 (0)