diff --git a/docs/README.md b/docs/README.md index c55d8d5d..986f27a4 100644 --- a/docs/README.md +++ b/docs/README.md @@ -24,7 +24,7 @@ tasks: silent: true ``` -And call it by running `task hello` from you terminal. +And call it by running `task hello` from your terminal. The above example is just the start, you can take a look at the [usage](usage.md) guide to check the full schema documentation and Task features. diff --git a/docs/styleguide.md b/docs/styleguide.md index 1aaac192..dfbd0baf 100644 --- a/docs/styleguide.md +++ b/docs/styleguide.md @@ -4,8 +4,8 @@ This is the official Task styleguide for `Taskfile.yml` files. This guide contains some basic instructions to keep your Taskfile clean and familiar to other users. -This contains general guidelines, but don't necessarely need to be strictly -followed. Feel free to disagree and proceed differently in some point if you +This contains general guidelines, but they don't necessarily need to be strictly +followed. Feel free to disagree and proceed differently at some point if you need or want to. Also, feel free to open issues or pull requests with improvements to this guide. diff --git a/docs/usage.md b/docs/usage.md index 59324f95..580adf39 100644 --- a/docs/usage.md +++ b/docs/usage.md @@ -43,7 +43,7 @@ Task will look for the following file names, in order of priority: - Taskfile.dist.yaml The intention of having the `.dist` variants is to allow projects to have one -commited version (`.dist`) while still allowing individual users to override +committed version (`.dist`) while still allowing individual users to override the Taskfile by adding an additional `Taskfile.yml` (which would be on `.gitignore`).