Merge pull request #10190 from victicdin/fix/spelling
Fix missing apostrophe in Add Images to your Website
This commit is contained in:
@ -1098,7 +1098,7 @@
|
|||||||
"An example of this would be:",
|
"An example of this would be:",
|
||||||
"<code><img src=\"https://www.your-image-source.com/your-image.jpg\"></code>",
|
"<code><img src=\"https://www.your-image-source.com/your-image.jpg\"></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.",
|
"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><img src=\"https://www.your-image-source.com/your-image.jpg\" alt=\"Author standing on a beach with two thumbs up. \"></code>",
|
"<code><img src=\"https://www.your-image-source.com/your-image.jpg\" alt=\"Author standing on a beach with two thumbs up. \"></code>",
|
||||||
"Note that in most cases, <code>img</code> elements are self-closing.",
|
"Note that in most cases, <code>img</code> elements are self-closing.",
|
||||||
"Try it with this image:",
|
"Try it with this image:",
|
||||||
|
Reference in New Issue
Block a user