From bba6838dee3c3869684b28e8121727cac4efac08 Mon Sep 17 00:00:00 2001 From: victicdin Date: Sat, 13 Aug 2016 07:05:17 -0400 Subject: [PATCH] Fix missing apostrophe. --- .../01-front-end-development-certification/html5-and-css.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/seed/challenges/01-front-end-development-certification/html5-and-css.json b/seed/challenges/01-front-end-development-certification/html5-and-css.json index 5d411b2ffb..790589c9f3 100644 --- a/seed/challenges/01-front-end-development-certification/html5-and-css.json +++ b/seed/challenges/01-front-end-development-certification/html5-and-css.json @@ -1098,7 +1098,7 @@ "An example of this would be:", "<img src=\"https://www.your-image-source.com/your-image.jpg\">", "All img elements must have an alt attribute. The text inside an alt attribute is used for screen readers to improve accessibility and is displayed if the image fails to load.", - "Lets add an alt attribute to our img example above:", + "Let's add an alt attribute to our img example above:", "<img src=\"https://www.your-image-source.com/your-image.jpg\" alt=\"Author standing on a beach with two thumbs up. \">", "Note that in most cases, img elements are self-closing.", "Try it with this image:",