From 2ab1dcbf1dab5406d13dd139bdb2069a8a72574a Mon Sep 17 00:00:00 2001 From: CeMoN24 Date: Thu, 12 Dec 2024 01:50:05 +0100 Subject: [PATCH] docs: fix typo (#1896) --- 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 1d7c42e4..d0c43d41 100644 --- a/website/docs/usage.mdx +++ b/website/docs/usage.mdx @@ -448,7 +448,7 @@ task: Found multiple tasks (greet) included by "lib" ### Vars of included Taskfiles You can also specify variables when including a Taskfile. This may be useful for -having reusable Taskfile that can be tweaked or even included more than once: +having a reusable Taskfile that can be tweaked or even included more than once: ```yaml version: '3'