mirror of
https://github.com/heartcombo/simple_form.git
synced 2022-11-09 12:19:26 -05:00
Fix typo in README.md
This commit is contained in:
parent
4dd9261ebb
commit
a3106471d0
1 changed files with 1 additions and 1 deletions
|
@ -909,7 +909,7 @@ config.wrappers do |b|
|
|||
end
|
||||
```
|
||||
|
||||
This you set the input and label class to `'label-input-class'` and will set the class `'is-invalid'`
|
||||
This sets the input and label class to `'label-input-class'` and will set the class `'is-invalid'`
|
||||
when the input has errors and `'is-valid'` if the input is valid.
|
||||
|
||||
If you want to customize the custom _Form components_ on demand you can give it a name like this:
|
||||
|
|
Loading…
Reference in a new issue