From f9fb9f21b0982b6de04287669a7eed7f38136e9d Mon Sep 17 00:00:00 2001 From: Mrugesh Mohapatra Date: Sat, 13 Aug 2016 22:47:44 +0530 Subject: [PATCH] fix(challenges): typos and verbiage in previous fixes --- .../basic-javascript.json | 2 +- .../01-front-end-development-certification/html5-and-css.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/seed/challenges/01-front-end-development-certification/basic-javascript.json b/seed/challenges/01-front-end-development-certification/basic-javascript.json index 00602d2265f..bc5999a5157 100644 --- a/seed/challenges/01-front-end-development-certification/basic-javascript.json +++ b/seed/challenges/01-front-end-development-certification/basic-javascript.json @@ -1727,7 +1727,7 @@ "id": "56533eb9ac21ba0edf2244bb", "title": "Word Blanks", "description": [ - "We will now use our knowledge of strings to build a \"Mad Libs\" style word game we're calling \"Word Blanks\". You will create an (optionally humorous) \"Fill in the Blanks\" style sentence. Here's an example incomplete sentence.", + "We will now use our knowledge of strings to build a \"Mad Libs\" style word game we're calling \"Word Blanks\". You will create an (optionally humorous) \"Fill in the Blanks\" style sentence. Here's an example of an incomplete sentence.", "\"The ______ ______ looked around ______ then ______ into the house\"", "These four blanks would be filled in this order: (adjective) (noun) (adverb) (verb)", "You will need to use string concatenation to build a new string, result, using the variables myNoun, myAdjective, myVerb, and myAdverb. These variables are passed to the function as parameters. Don't change these parameter names in the function.", diff --git a/seed/challenges/01-front-end-development-certification/html5-and-css.json b/seed/challenges/01-front-end-development-certification/html5-and-css.json index f136bff8e15..39c638458af 100644 --- a/seed/challenges/01-front-end-development-certification/html5-and-css.json +++ b/seed/challenges/01-front-end-development-certification/html5-and-css.json @@ -1780,7 +1780,7 @@ "

Purr jump eat the grass rip the couch scratched sunbathe, shed everywhere rip the couch sleep in the sink fluffy fur catnip scratched.

" ], "tests": [ - "assert($(\"a\").attr(\"href\") === \"#\", 'message: Your a element should be a dead link with the value of href attribute set to \"#\".');" + "assert($(\"a\").attr(\"href\") === \"#\", 'message: Your a element should be a dead link with the value of the href attribute set to \"#\".');" ], "type": "waypoint", "challengeType": 0,