From 5f9ad5552db2dfd506125edac93a797f5603a6d8 Mon Sep 17 00:00:00 2001 From: jennyraj Date: Tue, 17 Nov 2015 13:05:46 -0500 Subject: [PATCH] Typo fixed. Closes #383 --- public/docs/ts/latest/guide/forms.jade | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/docs/ts/latest/guide/forms.jade b/public/docs/ts/latest/guide/forms.jade index c5facf6ad5..622dd5c1f4 100644 --- a/public/docs/ts/latest/guide/forms.jade +++ b/public/docs/ts/latest/guide/forms.jade @@ -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 - ``` \ No newline at end of file + ```