From 53193c97799f3c6ca64670eb830a19542f7d80f0 Mon Sep 17 00:00:00 2001 From: Schneider Date: Sun, 2 Feb 2020 13:12:37 -0200 Subject: [PATCH] docs: fix typo in glossary (#35108) PR Close #35108 --- 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 37aa102426..5cabe26ed2 100644 --- a/aio/content/guide/glossary.md +++ b/aio/content/guide/glossary.md @@ -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.