Merge pull request #1474 from rafamoreira/patch-1

Fix minor typos in Foundation Initializer
This commit is contained in:
Carlos Antonio da Silva 2017-03-24 08:08:00 -03:00 committed by GitHub
commit bf771d1d6d
1 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ SimpleForm.setup do |config|
# all the grid-related classes)
#
# Please note that hints are commented out by default since Foundation
# does't provide styles for hints. You will need to provide your own CSS styles for hints.
# doesn't provide styles for hints. You will need to provide your own CSS styles for hints.
# Uncomment them to enable hints.
config.wrappers :vertical_form, class: :input, hint_class: :field_with_hint, error_class: :error do |b|
@ -98,7 +98,7 @@ SimpleForm.setup do |config|
config.button_class = 'button'
# Set this to div to make the checkbox and radio properly work
# otherwise simple_form adds a label tag instead of a div arround
# otherwise simple_form adds a label tag instead of a div around
# the nested label
config.item_wrapper_tag = :div