diff options
| author | Zearin <[email protected]> | 2015-09-07 10:07:35 -0400 |
|---|---|---|
| committer | Zearin <[email protected]> | 2015-09-07 10:07:35 -0400 |
| commit | 8e29c43c467c25cbb30ca9be0223c08571d54f65 (patch) | |
| tree | c13d96c57cc259167ce5604f545ec904fb864aac /docs/components/forms.md | |
| parent | ec5b8eaa904eb71b4de0987b6cec6c5b3a17df8b (diff) | |
| download | bootstrap-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.md | 2 |
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> |
