From 2411433b57c1dab04c945b3f4933ccb8453cbe8a Mon Sep 17 00:00:00 2001 From: David Bernheisel Date: Fri, 6 Apr 2018 13:40:21 -0400 Subject: [PATCH] Fix typo wrapping_class->wrapper_class (#29) Looks like wrapper_class was implemented, but there was one instance of wrapping_class used in documentation. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 599bf07..73005d7 100644 --- a/README.md +++ b/README.md @@ -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