1
0
mirror of https://github.com/go-task/task.git synced 2025-08-10 22:42:19 +02:00

docs: fix typo (#1895)

This commit is contained in:
Lumberjackz
2024-12-12 01:50:43 +01:00
committed by GitHub
parent 2ab1dcbf1d
commit 041063b732

View File

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