Skip to content

Commit b84b945

Browse files
authored
Fix typo in the readme
[skip ci]
1 parent cca95ca commit b84b945

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ import {getRowClassNames, getColClassNames} from 'react-flexbox-grid'
6666

6767
export default function MyFormInput(props) {
6868
return (
69-
<form className={getRowclassNames(props)}>
69+
<form className={getRowClassNames(props)}>
7070
<input className={getColClassNames(props)} />
7171
</form>
7272
);

0 commit comments

Comments
 (0)