1
0
Fork 0
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:
yeonhoyoon 2019-05-21 17:41:24 +09:00 committed by GitHub
parent 4dd9261ebb
commit a3106471d0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: