1
0
mirror of https://github.com/go-task/task.git synced 2025-03-17 21:08:01 +02:00

fix typo in usage.mdx (#1985)

This commit is contained in:
Oren 2025-01-02 19:43:40 +02:00 committed by GitHub
parent 45006e2ce0
commit b588d49cfb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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