Skip to content

Commit d0bbcb8

Browse files
committed
typo
1 parent e76417e commit d0bbcb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ It's VITAL you have a wrapping div that defines formArrayName!
7979
Again, important you have a wrapping div with formArrayName. Also, you need to add players in context of the team. Notice in ngFor i am referencing the team variable
8080
defined in the ngFor loop above for teams. I will also need to reference this team when removing or adding players.
8181

82-
Also noticed the <span> element, this is how you reference the field for validation functionality.
82+
Also notice the `<span>` element, this is how you reference the field for validation functionality.
8383

8484
```
8585
<div formArrayName="players">

0 commit comments

Comments
 (0)