docs: missing $ in PowerShell shell command (#11966)
This commit is contained in:
parent
706c897031
commit
460d51284c
|
|
@ -121,7 +121,7 @@ npm run test
|
||||||
```
|
```
|
||||||
|
|
||||||
```bash bash-flavor=powershell lang=js
|
```bash bash-flavor=powershell lang=js
|
||||||
env:PWDEBUG="console"
|
$env:PWDEBUG="console"
|
||||||
npm run test
|
npm run test
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue