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

Commit 3cee883

Browse files
AlexanderLukinjuleskremer
authored andcommitted
Typo: remove duplicated 'can' word (#3343)
1 parent 8a4cc99 commit 3cee883

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ include ../_util-fns
120120
In both components we're relying on Angular's **formGroup** to connect the template HTML to the
121121
underlying control objects, populated from the question model with display and validation rules.
122122

123-
`formControlName` and `formGroup` are directives defined in `ReactiveFormsModule`. Our templates can can access these directives directly since we imported `ReactiveFormsModule` from `AppModule`.
123+
`formControlName` and `formGroup` are directives defined in `ReactiveFormsModule`. Our templates can access these directives directly since we imported `ReactiveFormsModule` from `AppModule`.
124124

125125
<a id="questionnaire-metadata"></a>
126126
:marked

0 commit comments

Comments
 (0)