From 2319f54b0bb8874946f24f7176cbb79996806be0 Mon Sep 17 00:00:00 2001 From: EthanITA <34515138+EthanITA@users.noreply.github.com> Date: Sun, 21 Oct 2018 18:35:46 +0200 Subject: [PATCH] Removing the double stars (#19736) There are no reasons to have the ** there --- docs/how-to-setup-freecodecamp-locally.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/how-to-setup-freecodecamp-locally.md b/docs/how-to-setup-freecodecamp-locally.md index 4d20cb2ac1..6914cb0105 100644 --- a/docs/how-to-setup-freecodecamp-locally.md +++ b/docs/how-to-setup-freecodecamp-locally.md @@ -412,7 +412,7 @@ Follow these steps: 2. By default, all pull requests should be against the freeCodeCamp main repo, `master` branch. - Make sure that your Base Fork is set to freeCodeCamp/freeCodeCamp when raising a Pull Request.** + Make sure that your Base Fork is set to freeCodeCamp/freeCodeCamp when raising a Pull Request. ![Image - Comparing forks when making a pull request](/docs/images/github/comparing-forks-for-pull-request.png)