We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3228a5f commit 4d01ed6Copy full SHA for 4d01ed6
doc/api/single-executable-applications.md
@@ -50,7 +50,7 @@ tool, [postject][]:
50
$ cp $(command -v node) hello
51
```
52
53
- * On Windows with powershell:
+ * On Windows with PowerShell:
54
55
```console
56
$ cp (Get-Command node).source hello.exe
0 commit comments