Skip to content

Commit

Permalink
Merge pull request #1474 from rafamoreira/patch-1
Browse files Browse the repository at this point in the history
Fix minor typos in Foundation Initializer
  • Loading branch information
carlosantoniodasilva authored Mar 24, 2017
2 parents 09b71d0 + 649a9e2 commit bf771d1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# 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|
Expand Down Expand Up @@ -98,7 +98,7 @@
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

Expand Down

0 comments on commit bf771d1

Please sign in to comment.