Typo: remove duplicated 'can' word (#3343)

This commit is contained in:
AlexanderLukin 2017-03-09 08:10:12 +03:00 committed by Jules Kremer
parent 8a4cc99232
commit 3cee883d17
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ include ../_util-fns
In both components we're relying on Angular's **formGroup** to connect the template HTML to the In both components we're relying on Angular's **formGroup** to connect the template HTML to the
underlying control objects, populated from the question model with display and validation rules. underlying control objects, populated from the question model with display and validation rules.
`formControlName` and `formGroup` are directives defined in `ReactiveFormsModule`. Our templates can can access these directives directly since we imported `ReactiveFormsModule` from `AppModule`. `formControlName` and `formGroup` are directives defined in `ReactiveFormsModule`. Our templates can access these directives directly since we imported `ReactiveFormsModule` from `AppModule`.
<a id="questionnaire-metadata"></a> <a id="questionnaire-metadata"></a>
:marked :marked