Skip to content

Commit 4d01ed6

Browse files
authored
doc: fix powershell typo
1 parent 3228a5f commit 4d01ed6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/single-executable-applications.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ tool, [postject][]:
5050
$ cp $(command -v node) hello
5151
```
5252

53-
* On Windows with powershell:
53+
* On Windows with PowerShell:
5454

5555
```console
5656
$ cp (Get-Command node).source hello.exe

0 commit comments

Comments
 (0)