From e82f28b84465af89b22fcb79532f3c5c5120df93 Mon Sep 17 00:00:00 2001 From: Alireza Mirian Date: Tue, 27 Sep 2016 11:29:45 +0330 Subject: [PATCH] fix(guide/form): fix a typo (#2483) --- 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 d1e746f46b..5d1377005b 100644 --- a/public/docs/ts/latest/guide/forms.jade +++ b/public/docs/ts/latest/guide/forms.jade @@ -208,7 +208,7 @@ code-example(format=""). :marked .l-sub-section :marked - There is only one changes: + There is only one change: 1. The `template` is simply the new element tag identified by the component's `selector` property. This will display the hero form when the application component is loaded.