Skip to content

Commit c95e9f2

Browse files
authored
Merge pull request #1660 from yeonhoyoon/patch-1
Fix typo in README.md
2 parents 4dd9261 + c426fb0 commit c95e9f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -909,8 +909,8 @@ config.wrappers do |b|
909909
end
910910
```
911911

912-
This you set the input and label class to `'label-input-class'` and will set the class `'is-invalid'`
913-
when the input has errors and `'is-valid'` if the input is valid.
912+
This sets the input and label classes to `'label-input-class'` and will set the class `'is-invalid'`
913+
if the input has errors and `'is-valid'` if the input is valid.
914914

915915
If you want to customize the custom _Form components_ on demand you can give it a name like this:
916916

0 commit comments

Comments
 (0)