Fix missing apostrophe.

pull/10190/head
victicdin 2016-08-13 07:05:17 -04:00
parent 3ff5e760c8
commit bba6838dee
1 changed files with 1 additions and 1 deletions

View File

@ -1098,7 +1098,7 @@
"An example of this would be:",
"<code>&#60img src=\"https://www.your-image-source.com/your-image.jpg\"&#62</code>",
"All <code>img</code> elements <strong>must</strong> have an <code>alt</code> attribute. The text inside an <code>alt</code> attribute is used for screen readers to improve accessibility and is displayed if the image fails to load.",
"Lets add an <code>alt</code> attribute to our <code>img</code> example above:",
"Let's add an <code>alt</code> attribute to our <code>img</code> example above:",
"<code>&#60img src=\"https://www.your-image-source.com/your-image.jpg\" alt=\"Author standing on a beach with two thumbs up. \"&#62</code>",
"Note that in most cases, <code>img</code> elements are self-closing.",
"Try it with this image:",