From b7721aa630b2e56178870775c112e6659146d147 Mon Sep 17 00:00:00 2001 From: Teri Glover Date: Tue, 25 May 2021 20:20:06 +0000 Subject: [PATCH] docs: Edit correction to remove jargon in Release section (#42029) PR Close #42029 --- aio/content/guide/upgrade.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/guide/upgrade.md b/aio/content/guide/upgrade.md index 45976e6302..d019ff59f3 100644 --- a/aio/content/guide/upgrade.md +++ b/aio/content/guide/upgrade.md @@ -1348,7 +1348,7 @@ Once these are done, run: npm install -Soon you can load Angular dependencies into the application using `index.html`, +Soon you can load Angular dependencies into the application inside `index.html`, but first you need to do some directory path adjustments. You'll need to load files from `node_modules` and the project root instead of from the `/app` directory as you've been doing to this point.