Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit 814a64a

Browse files
mrnickelFoxandxss
authored andcommitted
docs(reactive-forms): fix typo (#3509)
1 parent 949ede9 commit 814a64a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/docs/ts/latest/guide/reactive-forms.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,7 @@ figure.image-display
478478
and a checkbox for the `sidekick`.
479479

480480
You must bind the option's value property with `[value]="state"`.
481-
If you do not bind the value, the select shows the first option form the data model.
481+
If you do not bind the value, the select shows the first option from the data model.
482482

483483
The component _class_ defines control properties without regard for their representation in the template.
484484
You define the `state`, `power`, and `sidekick` controls the same way you defined the `name` control.

0 commit comments

Comments
 (0)