From 0c46fa5a561946e967c7c0ac6d041f88466bf16c Mon Sep 17 00:00:00 2001 From: Andrey Nering Date: Fri, 17 Jun 2022 10:05:11 -0300 Subject: [PATCH] Website: Fix typo --- docs/docs/api_reference.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/api_reference.md b/docs/docs/api_reference.md index 9e56f108..7fdfc8c9 100644 --- a/docs/docs/api_reference.md +++ b/docs/docs/api_reference.md @@ -15,7 +15,7 @@ task [--flags] [tasks...] [-- CLI_ARGS...] :::tip -If `--` is given, all remaning arguments to assigned to a special `CLI_ARGS` +If `--` is given, all remaning arguments will be assigned to a special `CLI_ARGS` variable :::