From 9e0096142321289089d6f19bf614631581b359bb Mon Sep 17 00:00:00 2001 From: Denis Kolodin Date: Wed, 16 Dec 2015 15:50:11 +0300 Subject: [PATCH] docs(forms): Typo fix in forms page of TS guide closes #555 --- public/docs/ts/latest/guide/forms.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/docs/ts/latest/guide/forms.jade b/public/docs/ts/latest/guide/forms.jade index ca152c67b9..45923b1d80 100644 --- a/public/docs/ts/latest/guide/forms.jade +++ b/public/docs/ts/latest/guide/forms.jade @@ -173,7 +173,7 @@ code-example(format=""). 1. We import the new `HeroFormComponent`. - 1. The `template` is simply the new element tag identified by the component's `select` property. + 1. The `template` is simply the new element tag identified by the component's `selector` property. 1. The `directives` array tells Angular that our template depends upon the `HeroFormComponent` which is itself a Directive (as are all Components).