Skip to content

Commit 1c3891c

Browse files
SarthakT7atscott
authored andcommitted
docs: fixed typo error (#49637)
PR Close #49637
1 parent d596ec0 commit 1c3891c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aio/content/guide/property-binding-best-practices.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ In the `ItemListComponent` the `@Input()`, `items`, has a type of `Item[]`.
5858

5959
<code-example header="src/app/item-list.component.ts" path="property-binding/src/app/item-list/item-list.component.ts" region="item-input"></code-example>
6060

61-
Notice that `Item` is an object that it has two properties, an `id` and a `name`.
61+
Notice that `Item` is an object and it has two properties, an `id` and a `name`.
6262

6363
<code-example header="src/app/item.ts" path="property-binding/src/app/item.ts" region="item-class"></code-example>
6464

0 commit comments

Comments
 (0)