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

Commit c0bb26d

Browse files
AlexanderLukinjuleskremer
authored andcommitted
Typo: add missing space (#3348)
1 parent 8d88107 commit c0bb26d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/docs/ts/latest/cookbook/form-validation.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ a#reactive
239239

240240
**Reactive Forms** takes a different approach.
241241
You create the form control model in code. You write the template with form elements
242-
and`form...` directives from the Angular `ReactiveFormsModule`.
242+
and `form...` directives from the Angular `ReactiveFormsModule`.
243243
At runtime, Angular binds the template elements to your control model based on your instructions.
244244

245245
This approach requires a bit more effort. *You have to write the control model and manage it*.

0 commit comments

Comments
 (0)