diff --git a/aio/content/guide/forms.md b/aio/content/guide/forms.md index 0ee0384347..a00929a980 100644 --- a/aio/content/guide/forms.md +++ b/aio/content/guide/forms.md @@ -7,7 +7,7 @@ schedule a meeting, and perform countless other data-entry tasks. In developing a form, it's important to create a data-entry experience that guides the user efficiently and effectively through the workflow. -#### Introduction to Template-driven forms +## Introduction to Template-driven forms Developing forms requires design skills (which are out of scope for this page), as well as framework support for *two-way data binding, change tracking, validation, and error handling*,