From dd6ea2e144c4b9ba510d337fc7e53dec7a4a99db Mon Sep 17 00:00:00 2001 From: Ali Mora <56822813+AliMora83@users.noreply.github.com> Date: Wed, 24 May 2023 06:36:09 +0200 Subject: [PATCH] fix(curriculum): Font Awesome icons wording update (#50488) (fix) Lesson: Font Awesome icons wording update --- .../bootstrap/add-font-awesome-icons-to-all-of-our-buttons.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curriculum/challenges/english/03-front-end-development-libraries/bootstrap/add-font-awesome-icons-to-all-of-our-buttons.md b/curriculum/challenges/english/03-front-end-development-libraries/bootstrap/add-font-awesome-icons-to-all-of-our-buttons.md index 218b23064b2..211f3090c45 100644 --- a/curriculum/challenges/english/03-front-end-development-libraries/bootstrap/add-font-awesome-icons-to-all-of-our-buttons.md +++ b/curriculum/challenges/english/03-front-end-development-libraries/bootstrap/add-font-awesome-icons-to-all-of-our-buttons.md @@ -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--