From a1af3bd5e811f30cdbf567db282806e347e05022 Mon Sep 17 00:00:00 2001 From: Scott Addie Date: Wed, 13 Dec 2017 13:14:41 -0600 Subject: [PATCH] "we" --> "they" per Dan Roth --- 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 93ac051526..8203ad67fd 100644 --- a/aspnetcore/client-side/bower.md +++ b/aspnetcore/client-side/bower.md @@ -18,7 +18,7 @@ ms.custom: H1Hack27Feb2017 By [Rick Anderson](https://twitter.com/RickAndMSFT), [Noel Rice](https://blog.falafel.com/falafel-software-recognized-sitefinity-website-year/), and [Scott Addie](https://scottaddie.com) > [!IMPORTANT] -> While Bower is maintained, we recommend using a different solution. Yarn with Webpack is one popular alternative for which [migration instructions](https://bower.io/blog/2017/how-to-migrate-away-from-bower/) are available. +> While Bower is maintained, they recommend using a different solution. Yarn with Webpack is one popular alternative for which [migration instructions](https://bower.io/blog/2017/how-to-migrate-away-from-bower/) are available. [Bower](https://bower.io/) calls itself "A package manager for the web." Within the .NET ecosystem, it fills the void left by NuGet’s inability to deliver static content files. For ASP.NET Core projects, these static files are inherent to client-side libraries like [jQuery](http://jquery.com/) and [Bootstrap](http://getbootstrap.com/). For .NET libraries, you still use [NuGet](https://www.nuget.org/) package manager.