docs: change titles to sentence case (#21620)

PR Close #21620
This commit is contained in:
Vani 2018-01-17 21:06:43 -08:00 committed by Miško Hevery
parent d07760f5e3
commit 1ce46b56f8
5 changed files with 5 additions and 5 deletions

View File

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

View File

@ -1,6 +1,6 @@
{@a glob}
# Service Worker Configuration
# Service worker configuration
#### Prerequisites

View File

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

View File

@ -1,4 +1,4 @@
# Getting Started with Service Workers
# Getting started with service workers
#### Prerequisites

View File

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