From bc66d27938d62860d0f02ed4e623540f9b095fcd Mon Sep 17 00:00:00 2001 From: Dmitry Fisenko Date: Wed, 20 Dec 2017 14:19:59 -0500 Subject: [PATCH] docs(service-worker): fix word wrap (#21114) The fix removes space between 'c' and 'aches' in docs PR Close #21114 --- aio/content/guide/service-worker-devops.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aio/content/guide/service-worker-devops.md b/aio/content/guide/service-worker-devops.md index fceca5f06e..85c09f5b01 100644 --- a/aio/content/guide/service-worker-devops.md +++ b/aio/content/guide/service-worker-devops.md @@ -200,8 +200,8 @@ versions are safe to use, so existing tabs continue to run from cache, but new loads of the app will be served from the network. * `SAFE_MODE`: the service worker cannot guarantee the safety of -using cached data. Either an unexpected error occurred or all c -ached versions are invalid. All traffic will be served from the +using cached data. Either an unexpected error occurred or all +cached versions are invalid. All traffic will be served from the network, running as little service worker code as possible. In both cases, the parenthetical annotation provides the