From b588d49cfb9a371cd3fa44e3ad48de03322ad936 Mon Sep 17 00:00:00 2001 From: Oren Date: Thu, 2 Jan 2025 19:43:40 +0200 Subject: [PATCH] fix typo in usage.mdx (#1985) --- website/docs/usage.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.