Skip to content

Commit

Permalink
Fix typo wrapping_class->wrapper_class (#29)
Browse files Browse the repository at this point in the history
Looks like wrapper_class was implemented, but there was one instance of wrapping_class used in documentation.
  • Loading branch information
dbernheisel committed Apr 6, 2018
1 parent 139f93b commit 2411433
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -68,7 +68,7 @@ the application config.
translate_error_module: YourAppName.ErrorHelpers,
validate: false, # defaults to true
validate_regex: false, # defaults to true
wrapping_class: "input-set" # defaults to nil
wrapper_class: "input-set" # defaults to nil
```

You can import the package into all your views or individually as it makes
Expand Down

0 comments on commit 2411433

Please sign in to comment.