From fbde8afef9f4118dfb65b5b30f404a242ea3da8a Mon Sep 17 00:00:00 2001 From: Jason Shultz Date: Sat, 7 May 2016 15:27:25 -0600 Subject: [PATCH] Update README.md fixed typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c2dcbf2a7..e52cfb87b 100644 --- a/README.md +++ b/README.md @@ -330,7 +330,7 @@ You can also create a static control that isn't based on a model attribute: The multiple selects that the date and time helpers (`date_select`, `time_select`, `datetime_select`) generate are wrapped inside a `div.rails-bootstrap-forms-[date|time|datetime]-select` tag. This is because -Boostrap automatically stylizes ours controls as `block`s. This wrapper fix +Bootstrap automatically stylizes ours controls as `block`s. This wrapper fix this defining these selects as `inline-block` and a width of `auto`. ### Submit Buttons