From c6914fa2051c7c05a1a75e1ea066f6d392871796 Mon Sep 17 00:00:00 2001 From: Berkeley Martinez Date: Wed, 7 Oct 2015 02:22:04 -0700 Subject: [PATCH] Fix small typo on certification challenge --- server/boot/certificate.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server/boot/certificate.js b/server/boot/certificate.js index 400d756bcc..c35e97127b 100644 --- a/server/boot/certificate.js +++ b/server/boot/certificate.js @@ -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. ` ); },