docs: replace into with in (#36778)

Closes #36775
PR Close #36778
This commit is contained in:
Sonu Kapoor 2020-04-23 06:07:18 -04:00 committed by Alex Rickabaugh
parent 7cc332efe6
commit fdd61152c5
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ If the current tab needs to be updated to the latest app version immediately, it
<code-example path="service-worker-getting-started/src/app/prompt-update.service.ts" header="prompt-update.service.ts" region="sw-activate"></code-example>
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