From a74e38558b5764f533078d305831cd454c9ed47d Mon Sep 17 00:00:00 2001 From: BKinahan Date: Thu, 14 Apr 2016 11:29:46 +0000 Subject: [PATCH] Change test text from "italicize" to "emphasize" --- challenges/01-front-end-development-certification/jquery.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/challenges/01-front-end-development-certification/jquery.json b/challenges/01-front-end-development-certification/jquery.json index ed8430f735..bf152ccf76 100644 --- a/challenges/01-front-end-development-certification/jquery.json +++ b/challenges/01-front-end-development-certification/jquery.json @@ -585,7 +585,7 @@ "" ], "tests": [ - "assert.isTrue((/#target4<\\/em>/gi).test($(\"#target4\").html()), 'message: Italicize the text in your target4 button by adding HTML tags.');", + "assert.isTrue((/#target4<\\/em>/gi).test($(\"#target4\").html()), 'message: Emphasize the text in your target4 button by adding HTML tags.');", "assert($(\"#target4\") && $(\"#target4\").text() === '#target4', 'message: Make sure the text is otherwise unchanged.');", "assert.isFalse((//gi).test($(\"h3\").html()), 'message: Do not alter any other text.');", "assert(code.match(/\\.html\\(/g), 'message: Make sure you are using .html() and not .text().');"