docs: fix typo in glossary (#35108)

PR Close #35108
This commit is contained in:
Schneider 2020-02-02 13:12:37 -02:00 committed by Misko Hevery
parent 16eb691e7f
commit 53193c9779
1 changed files with 1 additions and 1 deletions

View File

@ -593,7 +593,7 @@ Compare to [NgModule](#ngmodule).
## ngcc
Angular compatability compiler.
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.