From 9afc9a746422fa588ae6b9ab38ebdfda79563937 Mon Sep 17 00:00:00 2001 From: null-reference Date: Mon, 15 Oct 2018 12:48:53 -0400 Subject: [PATCH] docs: minor wording correction. "use" to "user". (#26452) PR Close #26452 --- aio/content/guide/architecture-next-steps.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/guide/architecture-next-steps.md b/aio/content/guide/architecture-next-steps.md index 5ee726ae37..db2a5f82d9 100644 --- a/aio/content/guide/architecture-next-steps.md +++ b/aio/content/guide/architecture-next-steps.md @@ -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