From b3edf494a492e39c1b40e67e75b24802d19fdba5 Mon Sep 17 00:00:00 2001 From: Jurgen Van de Moere Date: Fri, 12 Apr 2019 12:43:01 +0200 Subject: [PATCH] docs(service-worker): fix small typo in devops guide (#29866) PR Close #29866 --- aio/content/guide/service-worker-devops.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/guide/service-worker-devops.md b/aio/content/guide/service-worker-devops.md index 97caa3a4fa..3a6885fcf7 100644 --- a/aio/content/guide/service-worker-devops.md +++ b/aio/content/guide/service-worker-devops.md @@ -1,6 +1,6 @@ # 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. +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 resources and fail-safes. #### Prerequisites