From c2d017de831500b8b0eb52d9f6f78fbf43634e87 Mon Sep 17 00:00:00 2001 From: Guanghui Wang Date: Mon, 7 Sep 2020 12:54:28 +0800 Subject: [PATCH] docs: word correction (#38729) PR Close #38729 --- aio/content/guide/service-worker-getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/guide/service-worker-getting-started.md b/aio/content/guide/service-worker-getting-started.md index a005edd9e1..d947479f62 100644 --- a/aio/content/guide/service-worker-getting-started.md +++ b/aio/content/guide/service-worker-getting-started.md @@ -107,7 +107,7 @@ Notice that all of the files the browser needs to render this application are ca
Pay attention to two key points: -1. The generated `ngsw-config.json` includes a limited list of cacheable fonts and images extentions. In some cases, you might want to modify the glob pattern to suit your needs. +1. The generated `ngsw-config.json` includes a limited list of cacheable fonts and images extensions. In some cases, you might want to modify the glob pattern to suit your needs. 1. If `resourcesOutputPath` or `assets` paths are modified after the generation of configuration file, you need to change the paths manually in `ngsw-config.json`.