We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f66e90 commit 452a79dCopy full SHA for 452a79d
README.md
@@ -54,7 +54,7 @@ Awesome!
54
55
However, this approach has several disadvantages:
56
57
-* You have to use `camelCasel` CSS class names.
+* You have to use `camelCase` CSS class names.
58
* You have to use `styles` object whenever constructing a `className`.
59
60
React CSS Modules enables seamless CSS modules for React, e.g.
@@ -205,7 +205,7 @@ When `true`, the following `ReactElement`:
205
<div className='foo bar' />
206
```
207
208
-will be rendered with a `className` property "foo component__foo___2w27N bar component__bar__1oVw5".
+will be rendered with a `className` property `foo component__foo___2w27N bar component__bar__1oVw5`.
209
210
#### `errorNotFound`
211
0 commit comments