docs(service-worker): fix word wrap (#21114)

The fix removes space between 'c' and 'aches' in docs

PR Close #21114
This commit is contained in:
Dmitry Fisenko 2017-12-20 14:19:59 -05:00 committed by Igor Minar
parent 6a5818454f
commit bc66d27938
1 changed files with 2 additions and 2 deletions

View File

@ -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. cache, but new loads of the app will be served from the network.
* `SAFE_MODE`: the service worker cannot guarantee the safety of * `SAFE_MODE`: the service worker cannot guarantee the safety of
using cached data. Either an unexpected error occurred or all c using cached data. Either an unexpected error occurred or all
ached versions are invalid. All traffic will be served from the cached versions are invalid. All traffic will be served from the
network, running as little service worker code as possible. network, running as little service worker code as possible.
In both cases, the parenthetical annotation provides the In both cases, the parenthetical annotation provides the