From cc587d59a5062e712de84e40da5d1861ad08af41 Mon Sep 17 00:00:00 2001 From: emersonp Date: Sun, 18 Oct 2015 09:01:51 -0700 Subject: [PATCH] Corrected typo - missing period. --- seed/challenges/nodejs-and-expressjs.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/seed/challenges/nodejs-and-expressjs.json b/seed/challenges/nodejs-and-expressjs.json index 36b2231409a..f046a450065 100644 --- a/seed/challenges/nodejs-and-expressjs.json +++ b/seed/challenges/nodejs-and-expressjs.json @@ -98,7 +98,7 @@ "description": [ "Let's continue the LearnYouNode Node School challenge. For this Waypoint, we'll do challenges 8 through 10.", "Make sure that you are always in your project's \"workspace\" directory. You can always navigate back to this directory by running this command: cd ~/workspace.", - "Return to the c9.io workspace you created Now start this tutorial by running learnyounode", + "Return to the c9.io workspace you created. Now start this tutorial by running learnyounode", "You can view this Node School module's source code on GitHub at https://github.com/workshopper/learnyounode.", "Complete \"HTTP Collect\"", "Complete \"Juggling Async\"",