Skip to content

Commit

Permalink
Merge pull request bootstrap-ruby#180 from seanhussey/patch-1
Browse files Browse the repository at this point in the history
Fixed typos.
  • Loading branch information
potenza committed Dec 10, 2014
2 parents 34419d6 + f0ef497 commit 8e1fc7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ To display checkboxes and radios inline, pass the `inline: true` option:

#### Collections

BootstrapForms also provideshelpers that automatically creates the
BootstrapForms also provides helpers that automatically creates the
`form_group` and the `radio_button`s or `check_box`es for you:

```erb
Expand Down Expand Up @@ -426,7 +426,7 @@ The `label_col` and `control_col` css classes can also be changed per control:

### Custom Field Layout

The `layout` can be overriden per field:
The `layout` can be overridden per field:

```erb
<%= bootstrap_form_for(@user, layout: :horizontal) do |f| %>
Expand Down

0 comments on commit 8e1fc7d

Please sign in to comment.