Typo fixed. Closes #383

This commit is contained in:
jennyraj 2015-11-17 13:05:46 -05:00 committed by Ward Bell
parent 54b3634923
commit 5f9ad5552d
1 changed files with 2 additions and 2 deletions

View File

@ -455,7 +455,7 @@ figure.image-display
:marked
We initialized the template local variable with the word "form" (`#name="form"`)
Angular recognizes that syntax and sets the `name` varable
Angular recognizes that syntax and sets the `name` variable
to the `Control` object identified by the `ng-control` directive which,
not coincidentally, we called "name".
@ -627,4 +627,4 @@ figure.image-display
│ ├── styles.css
│ └── tsconfig.json
└── package.json
```
```