diff --git a/docs/how-to-setup-freecodecamp-locally.md b/docs/how-to-setup-freecodecamp-locally.md index 2132b50aa8..04fea9de07 100644 --- a/docs/how-to-setup-freecodecamp-locally.md +++ b/docs/how-to-setup-freecodecamp-locally.md @@ -535,7 +535,7 @@ If you can't sign in, and instead you see a banner with an error message that it **On Linux / macOS / WSL on Windows - From Terminal:** ```console -netstat -ab | grep "3000" +netstat -a | grep "3000" tcp4 0 0 0.0.0.0:3000 DESKTOP LISTEN ```