From 814a64a932ed3ee50483df8ed1c9c91ae0d0ce73 Mon Sep 17 00:00:00 2001 From: Ryan Nickel Date: Sun, 9 Apr 2017 11:21:21 -0400 Subject: [PATCH] docs(reactive-forms): fix typo (#3509) --- public/docs/ts/latest/guide/reactive-forms.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/docs/ts/latest/guide/reactive-forms.jade b/public/docs/ts/latest/guide/reactive-forms.jade index d6414dfbf6..a963819cfd 100644 --- a/public/docs/ts/latest/guide/reactive-forms.jade +++ b/public/docs/ts/latest/guide/reactive-forms.jade @@ -478,7 +478,7 @@ figure.image-display and a checkbox for the `sidekick`. You must bind the option's value property with `[value]="state"`. - If you do not bind the value, the select shows the first option form the data model. + If you do not bind the value, the select shows the first option from the data model. The component _class_ defines control properties without regard for their representation in the template. You define the `state`, `power`, and `sidekick` controls the same way you defined the `name` control.