From 2c7313dcdba2e3a2612f76151e1fa22a8eefac8a Mon Sep 17 00:00:00 2001 From: dokkillo Date: Wed, 19 Aug 2015 20:29:53 +0200 Subject: [PATCH] issue #2133 --- challenges/html5-and-css.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/challenges/html5-and-css.json b/challenges/html5-and-css.json index b7a82a256c..710f8b441a 100644 --- a/challenges/html5-and-css.json +++ b/challenges/html5-and-css.json @@ -3117,7 +3117,7 @@ "difficulty": 1.46, "description": [ "Now let's start fresh and talk about CSS inheritance.", - "Every HTML page has body element.", + "Every HTML page has a body element.", "We can prove that the body element exists here by giving it a background-color of black.", "We can do this by adding body { background-color: black; } to our style element." ],