docs: fix netstat command for Linux/MacOS/WSL (#41740)

This commit is contained in:
Niraj Nandish 2021-04-04 17:07:20 +04:00 committed by GitHub
parent 7d83a6b65d
commit aea37058bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
```