From 2eae3afabe85349588674bb64b8e8012dc8216b4 Mon Sep 17 00:00:00 2001 From: rosiline <44141737+rosiline@users.noreply.github.com> Date: Wed, 31 Oct 2018 00:12:30 +0000 Subject: [PATCH] Fixed typos, grammar (#31457) Fixed typos, grammar --- guide/english/bootstrap/forms/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/guide/english/bootstrap/forms/index.md b/guide/english/bootstrap/forms/index.md index a9ac0d637e..0f95472136 100644 --- a/guide/english/bootstrap/forms/index.md +++ b/guide/english/bootstrap/forms/index.md @@ -4,9 +4,9 @@ title: Forms ## Forms --- -Bootstrap framework provides a form feature which a programmer can use to create beautiful html forms easily. Using the bootstrap form gives each individual form element a unified global style. Bootstrap form adds the right spacing and look to each element. +Bootstrap framework provides a form feature which you can use to create beautiful html forms easily. Using the bootstrap form gives each individual form element a unified global style. Bootstrap form adds the right spacing and look to each element. -Each bootstrap form element should have a class *form-control*. This class is how bootstrao knows which elements to style. All textual elements like **input**, **textarea** and **select** that has *form-control* class will have 100% width by default. There are two types of Bootstrap forms, which are: +Each bootstrap form element should have a class *form-control*. This class is how bootstrap knows which elements to style. All textual elements like **input**, **textarea** and **select** that have *form-control* class will have 100% width by default. There are two types of Bootstrap forms, which are: * Inline form - creates the form on a single line. Useful for login forms in a nav bar * Horizontal form - creates a form with each element in a different row @@ -177,4 +177,4 @@ In combination with Bootstrap's predefined grid classes to align labels and grou ``` -![Horizontal Form](https://github.com/TroyB12/Pictures/blob/master/Horizontal%20Form.PNG) \ No newline at end of file +![Horizontal Form](https://github.com/TroyB12/Pictures/blob/master/Horizontal%20Form.PNG)