Update add-font-awesome-icons-to-our-buttons.english.md (#37667)

Correct typo in instructions  -- says to add the "fa" class instead of the "fas" class.
This commit is contained in:
Lowell Hamilton
2019-11-17 08:55:39 -07:00
committed by Randell Dawson
parent fc1a923dd5
commit 73943994ff

View File

@ -21,7 +21,7 @@ Note that the <code>span</code> element is also acceptable for use with icons.
## Instructions
<section id='instructions'>
Use Font Awesome to add a <code>thumbs-up</code> icon to your like button by giving it an <code>i</code> element with the classes <code>fa</code> and <code>fa-thumbs-up</code>. Make sure to keep the text "Like" next to the icon.
Use Font Awesome to add a <code>thumbs-up</code> icon to your like button by giving it an <code>i</code> element with the classes <code>fas</code> and <code>fa-thumbs-up</code>. Make sure to keep the text "Like" next to the icon.
</section>
## Tests