docs(forms): fix import line ending (#30290)

PR Close #30290
This commit is contained in:
benbot1 2019-05-06 16:12:41 -04:00 committed by Kara Erickson
parent b2437c4500
commit ea9a381c8c
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ export const controlNameBinding: any = {
*
* ```ts
* imports: [
* ReactiveFormsModule.withConfig({warnOnNgModelWithFormControl: 'never'});
* ReactiveFormsModule.withConfig({warnOnNgModelWithFormControl: 'never'})
* ]
* ```
*