Skip to content

Commit 21962d2

Browse files
bampakoaAndrewKushnir
authored andcommitted
docs: fix typo in NG0912 error guide (#50322)
PR Close #50322
1 parent 9728543 commit 21962d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aio/content/errors/NG0912.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Component IDs are used in Angular internally:
99
- for extra annotations of DOM nodes for style encapsulation
1010
- during [hydration](guide/hydration) to restore an application state after [server-side rendering](guide/universal).
1111

12-
To avoid issues that might be caused the component id collision, it's recommended to resolve them as described below.
12+
To avoid issues that might be caused by the component ID collision, it's recommended to resolve them as described below.
1313

1414
** Example of a Component ID collision **
1515

0 commit comments

Comments
 (0)