From 8a6642bbff3b86a24fc47cad42f5a23af80f057a Mon Sep 17 00:00:00 2001
From: Mark Otto <markdotto@gmail.com>
Date: Sat, 27 May 2017 14:38:37 -0700
Subject: [PATCH] rename section

---
 docs/components/forms.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/components/forms.md b/docs/components/forms.md
index feadf19bcf..32b937172d 100644
--- a/docs/components/forms.md
+++ b/docs/components/forms.md
@@ -189,7 +189,7 @@ Here are examples of `.form-control` applied to each textual HTML5 `<input>` `ty
 | `time` | <input class="form-control" type="time" value="13:45:00" id="example-time-input"> |
 | `color` | <input class="form-control" type="color" value="#563d7c" id="example-color-input"> |
 
-## Form layouts
+## Layout
 
 Since Bootstrap applies `display: block` and `width: 100%` to almost all our form controls, forms will by default stack vertically. Additional classes can be used to vary this layout on a per-form basis.
 
-- 
GitLab