Fix small typo on certification challenge

This commit is contained in:
Berkeley Martinez
2015-10-07 02:22:04 -07:00
parent 99dea77884
commit c6914fa205

View File

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