From 460d51284c5da483a103f678a8819d7bbb5322d3 Mon Sep 17 00:00:00 2001 From: Max Schmitt Date: Wed, 9 Feb 2022 17:58:21 +0100 Subject: [PATCH] docs: missing $ in PowerShell shell command (#11966) --- docs/src/debug.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/debug.md b/docs/src/debug.md index cbe77a1dfc..97311e302a 100644 --- a/docs/src/debug.md +++ b/docs/src/debug.md @@ -121,7 +121,7 @@ npm run test ``` ```bash bash-flavor=powershell lang=js -env:PWDEBUG="console" +$env:PWDEBUG="console" npm run test ```