From b7142dc6a9807c4295fed2e6e040781da54c7080 Mon Sep 17 00:00:00 2001 From: cch5ng Date: Fri, 31 Mar 2017 10:42:45 -0700 Subject: [PATCH] fix: #14051; update instructions text --- challenges/03-front-end-libraries/bootstrap.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/challenges/03-front-end-libraries/bootstrap.json b/challenges/03-front-end-libraries/bootstrap.json index 762683e6fc..8480b356c2 100644 --- a/challenges/03-front-end-libraries/bootstrap.json +++ b/challenges/03-front-end-libraries/bootstrap.json @@ -1257,7 +1257,7 @@ ], "description": [ "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.", - "You can add Font Awesome to any app just by including it by adding the following code to the top of your HTML:", + "You can include Font Awesome in any app by adding the following code to the top of your HTML:", "<link rel=\"stylesheet\" href=\"//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css\"/>", "In this case, we've already added it for you to this page behind the scenes.", "The i element was originally used to make other elements italic, but is now commonly used for icons. You can add the Font Awesome classes to the i element to turn it into an icon, for example:",