From 041063b7320e8757f72bb79f0528229d9e08c8a9 Mon Sep 17 00:00:00 2001 From: Lumberjackz <75340961+Lumberjackz94@users.noreply.github.com> Date: Thu, 12 Dec 2024 01:50:43 +0100 Subject: [PATCH] docs: fix typo (#1895) --- website/versioned_docs/version-latest/faq.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/versioned_docs/version-latest/faq.mdx b/website/versioned_docs/version-latest/faq.mdx index bf8e7648..62b30f42 100644 --- a/website/versioned_docs/version-latest/faq.mdx +++ b/website/versioned_docs/version-latest/faq.mdx @@ -96,7 +96,7 @@ echo $a ## 'x' builtin command doesn't work on Windows -The default shell on Windows (`cmd` and `powershell`) do not have commands like +The default shell on Windows (`cmd` and `powershell`) does not have commands like `rm` and `cp` available as builtins. This means that these commands won't work. If you want to make your Taskfile fully cross-platform, you'll need to work around this limitation using one of the following methods: