From 01d1c1a9ab088ea0d635f961ea55db96b38b159f Mon Sep 17 00:00:00 2001 From: Ajit Singh Date: Sat, 16 May 2020 12:09:06 +0530 Subject: [PATCH] docs: grammatical error in ngcc (#37156) The glossary.md file had a gramatical mistake. Added a that in ngcc definition to make the grammatical mistake right PR Close #37156 --- aio/content/guide/glossary.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/guide/glossary.md b/aio/content/guide/glossary.md index 2aeef39eab..bef5582213 100644 --- a/aio/content/guide/glossary.md +++ b/aio/content/guide/glossary.md @@ -601,7 +601,7 @@ Compare to [NgModule](#ngmodule). ## ngcc Angular compatibility compiler. -If you build your app using [Ivy](#ivy), but it depends on libraries have not been compiled with Ivy, the CLI uses `ngcc` to automatically update the dependent libraries to use Ivy. +If you build your app using [Ivy](#ivy), but it depends on libraries that have not been compiled with Ivy, the CLI uses `ngcc` to automatically update the dependent libraries to use Ivy. {@a ngmodule}