doc: fix typo in UsingCommandlineArguments.md (#5714)

This commit is contained in:
Anthony Vanelverdinghe
2020-05-03 08:33:10 +02:00
committed by GitHub
parent 6cbc2e5fa4
commit 8a15b2f69b

View File

@@ -125,7 +125,7 @@ This creates a new Windows Terminal window with one tab, and 3 panes:
* `split-pane -p "Windows PowerShell"`: This will create a new pane, split from
the parent with the default profile. This pane will open with the "Windows
PowerShell" profile
* `split-pane -H wsl.exe`: This will create a third pane, slit _horizontally_
* `split-pane -H wsl.exe`: This will create a third pane, split _horizontally_
from the "Windows PowerShell" pane. It will be running the default profile,
and will use `wsl.exe` as the commandline (instead of the default profile's
`commandline`).