Skip to content

Commit 7721ebf

Browse files
committed
Merge pull request gajus#1 from erikras/patch-1
minor typo and formatting change
2 parents 3f66e90 + 452a79d commit 7721ebf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Awesome!
5454

5555
However, this approach has several disadvantages:
5656

57-
* You have to use `camelCasel` CSS class names.
57+
* You have to use `camelCase` CSS class names.
5858
* You have to use `styles` object whenever constructing a `className`.
5959

6060
React CSS Modules enables seamless CSS modules for React, e.g.
@@ -205,7 +205,7 @@ When `true`, the following `ReactElement`:
205205
<div className='foo bar' />
206206
```
207207

208-
will be rendered with a `className` property "foo component__foo___2w27N bar component__bar__1oVw5".
208+
will be rendered with a `className` property `foo component__foo___2w27N bar component__bar__1oVw5`.
209209

210210
#### `errorNotFound`
211211

0 commit comments

Comments
 (0)