From cf9b981564f2522e151156b80165f9883104b4aa Mon Sep 17 00:00:00 2001 From: Samuel Plumppu Date: Thu, 6 Aug 2015 21:31:24 +0200 Subject: [PATCH] fixed typos --- seed/challenges/html5-and-css.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/seed/challenges/html5-and-css.json b/seed/challenges/html5-and-css.json index 7cbb0d11c73..f4a11581d39 100644 --- a/seed/challenges/html5-and-css.json +++ b/seed/challenges/html5-and-css.json @@ -3348,11 +3348,11 @@ "dashedName": "waypoint-override-all-other-styles-by-using-important", "difficulty": 1.53, "description": [ - "Yay! we just proved that in-line styles will override all the CSS declarations in your style element.", + "Yay! We just proved that in-line styles will override all the CSS declarations in your style element.", "But wait. There's one last way to override CSS. This is the most powerful method of all. But before we do it, let's talk about why you would ever want to override CSS.", "In many situations, you will use CSS libraries. These may accidentally override your own CSS. So when you absolutely need to be sure that an element has specific CSS, you can use !important.", "Let's go all the way back to our \"pink-text\" class declaration. Remember that our \"pink-text\" class was overridden by subsequent class declarations, id declarations, and in-line styles.", - "Let's add the keyword !important to your body' element's color declaration to make 100% sure that your h1 element will be pink.", + "Let's add the keyword !important to your pink-text element's color declaration to make 100% sure that your h1 element will be pink.", "An example of how to do this is: color: red !important;" ], "tests": [