Fix small typo on certification challenge
This commit is contained in:
@ -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.
|
||||||
`
|
`
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user