diff --git a/website/docs/usage.mdx b/website/docs/usage.mdx index a12e46996a..d082b446c2 100644 --- a/website/docs/usage.mdx +++ b/website/docs/usage.mdx @@ -1068,7 +1068,7 @@ some tasks could have dangerous side effects if run with un-set variables. Using `requires` you specify an array of strings in the `vars` sub-section under `requires`, these strings are variable names which are checked prior to running -the task. If any variables are un-set the the task will error and not run. +the task. If any variables are un-set then the task will error and not run. Environmental variables are also checked.