Fix sentence. (#4905)

pull/4906/head
Eric Coffman 2017-11-30 20:19:20 -05:00 committed by Rick Anderson
parent ff20bbf0fb
commit 8a942e1a4f
1 changed files with 1 additions and 1 deletions

View File

@ -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: