From d1be108042b33df5fdb1511956a43be7c954df51 Mon Sep 17 00:00:00 2001 From: Scott Addie Date: Wed, 22 Feb 2017 11:07:15 -0600 Subject: [PATCH] Remove extraneous backtick from Bower doc (#2814) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 👍 --- aspnetcore/client-side/bower.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnetcore/client-side/bower.md b/aspnetcore/client-side/bower.md index 95935c81cf..70b7421f14 100644 --- a/aspnetcore/client-side/bower.md +++ b/aspnetcore/client-side/bower.md @@ -58,7 +58,7 @@ Open the *.bowerrc* file under *bower.json*. The `directory` property is set to You can use the search box in Solution Explorer to find and display the font-awesome package. -Open the *Views\Shared\_Layout.cshtml* file and add the font-awesome CSS file to the environment [Tag Helper](xref:mvc/views/tag-helpers/intro) for `Development``. From Solution Explorer, drag and drop *font-awesome.css* inside the `` element. +Open the *Views\Shared\_Layout.cshtml* file and add the font-awesome CSS file to the environment [Tag Helper](xref:mvc/views/tag-helpers/intro) for `Development`. From Solution Explorer, drag and drop *font-awesome.css* inside the `` element. [!code-html[Main](bower\sample\_Layout.cshtml?highlight=4&range=9-13)]