From 1ce46b56f877bdd99a66fc4abf0fc361ab631065 Mon Sep 17 00:00:00 2001 From: Vani Date: Wed, 17 Jan 2018 21:06:43 -0800 Subject: [PATCH] docs: change titles to sentence case (#21620) PR Close #21620 --- aio/content/guide/service-worker-communications.md | 2 +- aio/content/guide/service-worker-config.md | 2 +- aio/content/guide/service-worker-devops.md | 2 +- aio/content/guide/service-worker-getting-started.md | 2 +- aio/content/guide/service-worker-intro.md | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/aio/content/guide/service-worker-communications.md b/aio/content/guide/service-worker-communications.md index 62f327b1f2..3a45b697b2 100644 --- a/aio/content/guide/service-worker-communications.md +++ b/aio/content/guide/service-worker-communications.md @@ -1,4 +1,4 @@ -# Service Worker Communication +# Service worker communication Importing `ServiceWorkerModule` into your `AppModule` doesn't just register the service worker, it also provides a few services you can use to interact with the service worker and control the caching of your app. diff --git a/aio/content/guide/service-worker-config.md b/aio/content/guide/service-worker-config.md index aacd04b1fb..fbebe370fe 100644 --- a/aio/content/guide/service-worker-config.md +++ b/aio/content/guide/service-worker-config.md @@ -1,6 +1,6 @@ {@a glob} -# Service Worker Configuration +# Service worker configuration #### Prerequisites diff --git a/aio/content/guide/service-worker-devops.md b/aio/content/guide/service-worker-devops.md index 85c09f5b01..f9ae460a91 100644 --- a/aio/content/guide/service-worker-devops.md +++ b/aio/content/guide/service-worker-devops.md @@ -1,4 +1,4 @@ -# Service Worker in Production +# Service worker in production This page is a reference for deploying and supporting production apps that use the Angular service worker. It explains how the Angular service worker fits into the larger production environment, the service worker's behavior under various conditions, and available recourses and fail-safes. diff --git a/aio/content/guide/service-worker-getting-started.md b/aio/content/guide/service-worker-getting-started.md index 915dbcccbb..ffe7c2a9f1 100644 --- a/aio/content/guide/service-worker-getting-started.md +++ b/aio/content/guide/service-worker-getting-started.md @@ -1,4 +1,4 @@ -# Getting Started with Service Workers +# Getting started with service workers #### Prerequisites diff --git a/aio/content/guide/service-worker-intro.md b/aio/content/guide/service-worker-intro.md index b7bcf23f33..679ed0b9fc 100644 --- a/aio/content/guide/service-worker-intro.md +++ b/aio/content/guide/service-worker-intro.md @@ -1,4 +1,4 @@ -# Angular Service Worker Introduction +# Angular service worker introduction Service workers augment the traditional web deployment model and empower applications to deliver a user experience with the reliability and performance on par with natively-installed code.