Skip to content

Commit

Permalink
doc: fix extra space lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
yjl9903 authored Apr 26, 2023
1 parent df134da commit e2f9442
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/api/single-executable-applications.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ tool, [postject][]:
```console
$ cp (Get-Command node).Source hello.exe
```

Using CMD:

```console
for /F "tokens=*" %n IN ('where.exe node') DO @(copy "%n" hello.exe)
```
Expand Down

0 comments on commit e2f9442

Please sign in to comment.