From 1b18b041d6fdca7e3790a98d5ce6925ef71b11db Mon Sep 17 00:00:00 2001 From: Rootul Patel Date: Wed, 24 Aug 2022 20:30:21 -0400 Subject: [PATCH] fix: grammar in docs --- docs/docs/intro.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/intro.md b/docs/docs/intro.md index 6e51e5cf..1a2a27d5 100644 --- a/docs/docs/intro.md +++ b/docs/docs/intro.md @@ -41,7 +41,7 @@ guide to check the full schema documentation and Task features. `$PATH` and you're done! Or you can also install using [Homebrew][homebrew], [Snapcraft][snapcraft], or [Scoop][scoop] if you want. - Available on CIs: by adding [this simple command](installation.md#install-script) - to install on your CI script and you're done to use Task as part of your CI pipeline; + to install on your CI script and you're ready to use Task as part of your CI pipeline; - Truly cross-platform: while most build tools only work well on Linux or macOS, Task also supports Windows thanks to [this shell interpreter for Go][sh]. - Great for code generation: you can easily [prevent a task from running](/usage#prevent-unnecessary-work)