From 622912709eb303c1e85b7c25c096d5d8b98055ff Mon Sep 17 00:00:00 2001 From: Amr Abdelaziz <103036929+swe-amr-abdelaziz@users.noreply.github.com> Date: Thu, 12 Oct 2023 13:26:39 +0300 Subject: [PATCH] Update index.adoc --- 3.angular-cli/1.overview/index.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/3.angular-cli/1.overview/index.adoc b/3.angular-cli/1.overview/index.adoc index 1c95fd0..8c81245 100644 --- a/3.angular-cli/1.overview/index.adoc +++ b/3.angular-cli/1.overview/index.adoc @@ -457,7 +457,7 @@ Then we add the required JavaScript files to the `app.scripts` section or the `a } ---- -Now when the build runs the CLI includes those files in the bundle and injects then in the global scope. +Now when the build runs the CLI includes those files in the bundle and injects them in the global scope. == Testing Angular