Skip to content

Commit b811212

Browse files
ajitsinghkalerkara
authored andcommitted
docs: grammatical error in ngcc (angular#37156)
The glossary.md file had a gramatical mistake. Added a that in ngcc definition to make the grammatical mistake right PR Close angular#37156
1 parent 4d0b831 commit b811212

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aio/content/guide/glossary.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -601,7 +601,7 @@ Compare to [NgModule](#ngmodule).
601601
## ngcc
602602

603603
Angular compatibility compiler.
604-
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.
604+
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.
605605

606606

607607
{@a ngmodule}

0 commit comments

Comments
 (0)