From 964d8679b35921f2d47895a76baba9ee3a72f498 Mon Sep 17 00:00:00 2001 From: Sonu Kapoor Date: Thu, 23 Apr 2020 06:07:18 -0400 Subject: [PATCH] docs: replace into with in (#36778) Closes #36775 PR Close #36778 --- aio/content/guide/service-worker-communications.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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