From db195b6d7f53863f59692b316ee7b64d4b7e0866 Mon Sep 17 00:00:00 2001 From: Ananay Date: Fri, 30 Sep 2016 10:05:12 +0530 Subject: [PATCH] Update html5-and-css.json --- .../01-front-end-development-certification/html5-and-css.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/challenges/01-front-end-development-certification/html5-and-css.json b/challenges/01-front-end-development-certification/html5-and-css.json index bbb5b9f7c0..a56c0c4caa 100644 --- a/challenges/01-front-end-development-certification/html5-and-css.json +++ b/challenges/01-front-end-development-certification/html5-and-css.json @@ -25,7 +25,7 @@ ], "tests": [ { - "text": "Your h1 element should have the text \"Hello World\".');", + "text": "Your h1 element should have the text \"Hello World\".", "testString": "assert.isTrue((/hello(\\s)+world/gi).test($('h1').text()), 'Your h1 element should have the text \"Hello World\".');" } ],