docs: Edit correction to remove jargon in Release section (#42029)
PR Close #42029
This commit is contained in:
parent
8109cba576
commit
b7721aa630
|
@ -1348,7 +1348,7 @@ Once these are done, run:
|
||||||
npm install
|
npm install
|
||||||
</code-example>
|
</code-example>
|
||||||
|
|
||||||
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.
|
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
|
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.
|
from the `/app` directory as you've been doing to this point.
|
||||||
|
|
Loading…
Reference in New Issue