From 948f507ba00beedbab74dfc5c602ab42cc8b6599 Mon Sep 17 00:00:00 2001 From: George Wilde Date: Thu, 4 Oct 2018 10:27:29 +0100 Subject: [PATCH] docs(forms): change headings (#25900) Update heading level so it will appear in the TOC. PR Close #25900 --- aio/content/guide/forms.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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*,