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: