Skip to content

Commit e2f9442

Browse files
authored
doc: fix extra space lint error
1 parent df134da commit e2f9442

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/api/single-executable-applications.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@ tool, [postject][]:
5757
```console
5858
$ cp (Get-Command node).Source hello.exe
5959
```
60-
60+
6161
Using CMD:
62-
62+
6363
```console
6464
for /F "tokens=*" %n IN ('where.exe node') DO @(copy "%n" hello.exe)
6565
```

0 commit comments

Comments
 (0)