docs: minor wording correction. "use" to "user". (#26452)

PR Close #26452
This commit is contained in:
null-reference 2018-10-15 12:48:53 -04:00 committed by Miško Hevery
parent 931e603f80
commit 9afc9a7464
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ Here are some key features.
* [Server-side Rendering](guide/universal): Angular Universal generates static application pages on the server through server-side rendering (SSR). This allows you to run your Angular app on the server in order to improve performance and show the first page quickly on mobile and low-powered devices, and also facilitate web crawlers.
* [Service Workers](guide/service-worker-intro): Use a service worker to reduce dependency on the network
significantly improving the use experience.
significantly improving the user experience.
## Domain-specific libraries