From 8a942e1a4f06a9f6758d7567f31bbcfb5c42989c Mon Sep 17 00:00:00 2001 From: Eric Coffman Date: Thu, 30 Nov 2017 20:19:20 -0500 Subject: [PATCH] Fix sentence. (#4905) --- 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 62c2257ebf..af99d3b7bf 100644 --- a/aspnetcore/client-side/bower.md +++ b/aspnetcore/client-side/bower.md @@ -73,7 +73,7 @@ Run the app and navigate to the About view to verify the font-awesome package wo ## Exploring the client-side build process -Most ASP.NET Core project templates are already configured to use Bower. This next walkthrough starts with an empty ASP.NET Core project and adds each piece manually, so you can get a feel for how Bower is used in a project. You see can what happens to the project structure and the runtime output as each configuration change is made. +Most ASP.NET Core project templates are already configured to use Bower. This next walkthrough starts with an empty ASP.NET Core project and adds each piece manually, so you can get a feel for how Bower is used in a project. You can see what happens to the project structure and the runtime output as each configuration change is made. The general steps to use the client-side build process with Bower are: