Skip to content

Commit f79afb8

Browse files
nestoralonsoapollonian
authored andcommitted
Update index.jsx
Fix typo in comment implemenetation->implementation
1 parent 62a9210 commit f79afb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ type State = {
3030
};
3131

3232
// Doesn't really check if it's a style Object
33-
// Basic implemenetation to check if it's not a string
33+
// Basic implementation to check if it's not a string
3434
// of classNames and is an Object
3535
// TODO: Better implementation
3636
const isStyleObject = obj => typeof obj === 'object';

0 commit comments

Comments
 (0)