Skip to content

Commit 041063b

Browse files
docs: fix typo (#1895)
1 parent 2ab1dcb commit 041063b

File tree

1 file changed

+1
-1
lines changed
  • website/versioned_docs/version-latest

1 file changed

+1
-1
lines changed

website/versioned_docs/version-latest/faq.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ echo $a
9696

9797
## 'x' builtin command doesn't work on Windows
9898

99-
The default shell on Windows (`cmd` and `powershell`) do not have commands like
99+
The default shell on Windows (`cmd` and `powershell`) does not have commands like
100100
`rm` and `cp` available as builtins. This means that these commands won't work.
101101
If you want to make your Taskfile fully cross-platform, you'll need to work
102102
around this limitation using one of the following methods:

0 commit comments

Comments
 (0)