From 0442f975d6643447e78b0f8a03ec100e95356918 Mon Sep 17 00:00:00 2001 From: camperbot Date: Mon, 5 Apr 2021 23:54:28 +0900 Subject: [PATCH] chore(i18n,docs): processed translations (#41747) --- docs/i18n/chinese/how-to-setup-freecodecamp-locally.md | 2 +- docs/i18n/espanol/how-to-setup-freecodecamp-locally.md | 2 +- docs/i18n/portuguese/how-to-setup-freecodecamp-locally.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/i18n/chinese/how-to-setup-freecodecamp-locally.md b/docs/i18n/chinese/how-to-setup-freecodecamp-locally.md index bae5fbac5c..98287c73d9 100644 --- a/docs/i18n/chinese/how-to-setup-freecodecamp-locally.md +++ b/docs/i18n/chinese/how-to-setup-freecodecamp-locally.md @@ -524,7 +524,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 ``` diff --git a/docs/i18n/espanol/how-to-setup-freecodecamp-locally.md b/docs/i18n/espanol/how-to-setup-freecodecamp-locally.md index 6dd9b77deb..11d3d8bfaf 100644 --- a/docs/i18n/espanol/how-to-setup-freecodecamp-locally.md +++ b/docs/i18n/espanol/how-to-setup-freecodecamp-locally.md @@ -524,7 +524,7 @@ Si no puedes iniciar sesión, y en su lugar ves un banner con un mensaje de erro **En Linux / macOS / WSL en Windows - Desde la terminal:** ```console -netstat -ab | grep "3000" +netstat -a | grep "3000" tcp4 0 0 0.0.0.0:3000 DESKTOP LISTEN ``` diff --git a/docs/i18n/portuguese/how-to-setup-freecodecamp-locally.md b/docs/i18n/portuguese/how-to-setup-freecodecamp-locally.md index bae5fbac5c..98287c73d9 100644 --- a/docs/i18n/portuguese/how-to-setup-freecodecamp-locally.md +++ b/docs/i18n/portuguese/how-to-setup-freecodecamp-locally.md @@ -524,7 +524,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 ```