aboutsummaryrefslogtreecommitdiff
path: root/docs/components/forms.md
diff options
context:
space:
mode:
authorZearin <[email protected]>2015-09-07 10:07:35 -0400
committerZearin <[email protected]>2015-09-07 10:07:35 -0400
commit8e29c43c467c25cbb30ca9be0223c08571d54f65 (patch)
treec13d96c57cc259167ce5604f545ec904fb864aac /docs/components/forms.md
parentec5b8eaa904eb71b4de0987b6cec6c5b3a17df8b (diff)
downloadbootstrap-8e29c43c467c25cbb30ca9be0223c08571d54f65.tar.xz
bootstrap-8e29c43c467c25cbb30ca9be0223c08571d54f65.zip
Fix usage of “its” and “it’s”
Diffstat (limited to 'docs/components/forms.md')
-rw-r--r--docs/components/forms.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/components/forms.md b/docs/components/forms.md
index 7ebefae30..4c46c9999 100644
--- a/docs/components/forms.md
+++ b/docs/components/forms.md
@@ -169,7 +169,7 @@ Since Bootstrap applies `display: block` and `width: 100%` to almost all our for
### Form groups
-The `.form-group` class is the easiest way to add some structure to forms. It's only purpose is to provide `margin-bottom` around a label and control pairing. As a bonus, since it's a class you can use it with `<fieldset>`s, `<div>`s, or nearly any other element.
+The `.form-group` class is the easiest way to add some structure to forms. Its only purpose is to provide `margin-bottom` around a label and control pairing. As a bonus, since it's a class you can use it with `<fieldset>`s, `<div>`s, or nearly any other element.
{% example html %}
<form>