diff --git a/aio/content/guide/service-worker-communications.md b/aio/content/guide/service-worker-communications.md index 87c9fb3790..70863db3f6 100644 --- a/aio/content/guide/service-worker-communications.md +++ b/aio/content/guide/service-worker-communications.md @@ -61,7 +61,7 @@ If the current tab needs to be updated to the latest app version immediately, it -Doing this could break lazy-loading into currently running apps, especially if the lazy-loaded chunks use filenames with hashes, which change every version. +Doing this could break lazy-loading in currently running apps, especially if the lazy-loaded chunks use filenames with hashes, which change every version. ## More on Angular service workers