docs: missing $ in PowerShell shell command (#11966)

This commit is contained in:
Max Schmitt 2022-02-09 17:58:21 +01:00 committed by GitHub
parent 706c897031
commit 460d51284c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -121,7 +121,7 @@ npm run test
```
```bash bash-flavor=powershell lang=js
env:PWDEBUG="console"
$env:PWDEBUG="console"
npm run test
```