Skip to content

Commit

Permalink
Correcting small grammatical error (mui#33393)
Browse files Browse the repository at this point in the history
  • Loading branch information
robyyo authored and Daniel Rabe committed Nov 29, 2022
1 parent 43b7dce commit 74cb72f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ export default function createEmotionCache() {
}
```

With this we are creating new Emotion cache instance and using this to extract the critical styles for the html as well.
With this we are creating a new Emotion cache instance and using this to extract the critical styles for the html as well.

We will see how this is passed along in the `renderFullPage` function.

Expand Down

0 comments on commit 74cb72f

Please sign in to comment.