Merge pull request #3625 from FreeCodeCamp/fix/certification-typo

Fix small typo on certification challenge
This commit is contained in:
Quincy Larson
2015-10-07 02:26:29 -07:00

View File

@ -145,8 +145,8 @@ export default function certificate(app) {
} }
return res.status(200).send( return res.status(200).send(
dedent` dedent`
Looks like you have not completed the neccessary steps, Looks like you have not completed the neccessary steps.
Please return the map Please return to the challenge map.
` `
); );
}, },