diff --git a/seed_data/challenges/basic-html5-and-css.json b/seed_data/challenges/basic-html5-and-css.json index 9df78bfd861..7eb7c588cb8 100644 --- a/seed_data/challenges/basic-html5-and-css.json +++ b/seed_data/challenges/basic-html5-and-css.json @@ -1671,7 +1671,7 @@ "These next few Waypoints will give you a brief tour of three important aspects of the space surrounding HTML elements: padding, margin, and border. Change the padding of your green box to match that of your red box.", "An element's padding controls the amount of space between the element and its border.", "Here, we can see that the green box and the red box are nested within the yellow box. Note that the red box has more padding than the green box.", - "When you increase the green box's padding, it will increase the distance between the text \"padding\" and the border around it." + "When you increase the green box's padding, it will increase the distance between the text \"padding\" and the border around it." ], "tests": [ "assert($('.green-box').css('padding-top') === '20px', 'Your green-box class should give elements 20px of padding.')" @@ -1722,7 +1722,7 @@ "Change the margin of the green box to match that of the red box.", "An element's margin controls the amount of space between an element's border and surrounding elements.", "Here, we can see that the green box and the red box and the green box are nested within the yellow box. Note that the red box has more margin than the green box, making it appear smaller.", - "When you increase the green box's padding, it will increase the distance between its border and surrounding elements." + "When you increase the green box's margin, it will increase the distance between its border and surrounding elements." ], "tests": [ "assert($('.green-box').css('margin-top') === '20px', 'Your green-box class should give elements 20px of margin.')"