docs(forms): change headings (#25900)

Update heading level so it will appear in the TOC.
PR Close #25900
This commit is contained in:
George Wilde 2018-10-04 10:27:29 +01:00 committed by Misko Hevery
parent 81a8ee1ddb
commit 948f507ba0
1 changed files with 1 additions and 1 deletions

View File

@ -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*,