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.