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
This commit is contained in:
Ajit Singh 2020-05-16 12:09:06 +05:30 committed by Kara Erickson
parent 1754beb59c
commit 01d1c1a9ab
1 changed files with 1 additions and 1 deletions

View File

@ -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}