Skip to content

Commit

Permalink
Remove useless trailing spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
007lva committed Apr 16, 2017
1 parent 10dc61f commit 2bb3286
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -166,7 +166,7 @@ The value will always be converted to a string for display.
If you use array as a collection, the first value is always the negative boolean value and the second the positive. Structure: `["false value", "true value"]`.
If not defined, it will default to *Yes* and *No* options.
Default true and false values are stored in locales

t(:'best_in_place.yes', default: 'Yes')
t(:'best_in_place.no', default: 'No')

Expand Down Expand Up @@ -340,7 +340,7 @@ You can configure some global options for best_in_place. Currently these options
config.container = :div
config.skip_blur = true
end


## Notification

Expand Down

0 comments on commit 2bb3286

Please sign in to comment.