diff --git a/challenges/bootstrap.json b/challenges/bootstrap.json index c159a848e1..a29056abc3 100644 --- a/challenges/bootstrap.json +++ b/challenges/bootstrap.json @@ -1069,7 +1069,7 @@ "Font Awesome is a convenient library of icons. These icons are vector graphics, stored in the .svg file format. These icons are treated just like fonts. You can specify their size using pixels, and they will assume the font size of their parent HTML elements.", "The i element was originally used to make other elements italic, but is now commonly used for icons. You add the Font Awesome classes to the i element to turn it into an icon, for example:", "<i class=\"fa fa-info-circle\"></i>", - "Use Font Awesome to add a thumbs-up icon to your like button by giving it a i element with the classes fa and fa-thumbs-up." + "Use Font Awesome to add a thumbs-up icon to your like button by giving it an i element with the classes fa and fa-thumbs-up." ], "tests": [ "assert($(\"i\").hasClass(\"fa fa-thumbs-up\"), 'Add an i element with the classes fa and fa-thumbs-up.')",