From dc26f5906f37cead524f5449d121fcb7a2768741 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Vigouroux?= <31938614+tvigouroux@users.noreply.github.com> Date: Wed, 9 Mar 2022 05:58:39 -0300 Subject: [PATCH] Correcting issue #45384 Error in tabs end place (#45388) --- docs/how-to-setup-freecodecamp-locally.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/how-to-setup-freecodecamp-locally.md b/docs/how-to-setup-freecodecamp-locally.md index 82ec70ac71..d636a98994 100644 --- a/docs/how-to-setup-freecodecamp-locally.md +++ b/docs/how-to-setup-freecodecamp-locally.md @@ -231,10 +231,10 @@ mongod "C:\Program Files\MongoDB\Server\3.6\bin\mongod" ``` - - Make sure to replace `3.6` with the version you have installed + + > [!TIP] > You can avoid having to start MongoDB every time by installing it as a background service. You can [learn more about it in their documentation for your OS](https://docs.mongodb.com/manual/administration/install-community/)