Skip to content

Commit 2f0f3b9

Browse files
gitnameoliviertassinari
authored andcommitted
Fix run-on sentences (#7792)
1 parent 4617324 commit 2f0f3b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/pages/customization/css-in-js.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ We think that it's the future:
1414
- [The future of component-based styling](https://medium.freecodecamp.com/css-in-javascript-the-future-of-component-based-styling-70b161a79a32)
1515

1616
So, you may have noticed in the demos how this *CSS-in-JS* looks.
17-
We use the `withStyles` Higher-order Component, here is an example:
17+
We use the `withStyles` Higher-order Component. Here's an example:
1818

1919
{{demo='pages/customization/CssInJs.js'}}
2020

@@ -45,7 +45,7 @@ When only rendering on the client, that's not something you need to be aware of.
4545
## Class names
4646

4747
You may have noticed, the class names generated by our styling solution are **non-deterministic**.
48-
You can't rely on their name, the following CSS won't work.
48+
You can't rely on them. The following CSS won't work:
4949
```css
5050
.MuiAppBar-root-12 {
5151
opacity: 0.6

0 commit comments

Comments
 (0)