From 55786a85fb601aed6e16f3beb07d18b4657b1cb5 Mon Sep 17 00:00:00 2001 From: Guy Even Date: Wed, 27 Jun 2018 22:49:34 +0300 Subject: [PATCH] fix(contributing.md): fixed a typo in the instruction list --- packages/learn/CONTRIBUTING.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/learn/CONTRIBUTING.md b/packages/learn/CONTRIBUTING.md index 5033295835..59a41f5334 100644 --- a/packages/learn/CONTRIBUTING.md +++ b/packages/learn/CONTRIBUTING.md @@ -20,7 +20,7 @@ error Command failed with exit code 1. 2. Clone locally 3. `yarn install` 4. `git checkout -b ` -6. `yarn develop` (Be sure you have `freeCodeCamp` running locally as well) -7. Make your changes -8. Make a PR -9. Bask in the glory of your accomplishments +5. `yarn develop` (Be sure you have `freeCodeCamp` running locally as well) +6. Make your changes +7. Make a PR +8. Bask in the glory of your accomplishments