diff --git a/controllers/fieldGuide.js b/controllers/fieldGuide.js index 1f19adf4675..d131e6436b0 100644 --- a/controllers/fieldGuide.js +++ b/controllers/fieldGuide.js @@ -71,7 +71,7 @@ exports.returnNextFieldGuide = function(req, res, next) { fieldGuide = fieldGuide.pop(); if (fieldGuide === undefined) { req.flash('success', { - msg: "You've read all our current Field Guide entries. You can contribute to our Field Guide here." + msg: "You've read all our current Field Guide entries. You can contribute to our Field Guide here." }); return res.redirect('../field-guide/how-do-i-use-this-guide?'); } diff --git a/seed_data/coursewares.json b/seed_data/coursewares.json index 15ab4cf9e22..738c5d8b7ea 100644 --- a/seed_data/coursewares.json +++ b/seed_data/coursewares.json @@ -673,7 +673,7 @@ "Rule #2: You may use whichever libraries or APIs you need.", "Rule #3: Reverse engineer the example project's functionality, and also feel free to personalize it.", "Here are the user stories you must enable, and optional bonus user stories:", - "User Story: As a user, I can see the whether Free Code Camp is currently streaming on Twitch.tv.", + "User Story: As a user, I can see whether Free Code Camp is currently streaming on Twitch.tv.", "User Story: As a user, I can click the status output and be sent directly to the Free Code Camp's Twitch.tv channel.", "User Story: As a user, if Free Code Camp is streaming, I can see additional details about what they are streaming.", "Bonus User Story: As a user, I can search through the streams listed.",