fix(curriculum): Font Awesome icons wording update (#50488)

(fix) Lesson: Font Awesome icons wording update
This commit is contained in:
Ali Mora 2023-05-24 06:36:09 +02:00 committed by GitHub
parent 45a4287d1a
commit dd6ea2e144
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,7 @@ Font Awesome is a convenient library of icons. These icons can be web fonts or v
Use Font Awesome to add an `info-circle` icon to your info button and a `trash` icon to your delete button.
**Note:** The `span` element is an acceptable alternative to the `i` element for the directions below.
**Note:** You can use either `i` or `span` elements to complete this challenge.
# --hints--