Skip to content

Commit

Permalink
[examples] Fix comment typo (#33256)
Browse files Browse the repository at this point in the history
fix: comment typo
  • Loading branch information
WinmezzZ committed Jun 23, 2022
1 parent cb74465 commit 2476996
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -105,7 +105,7 @@ MyDocument.getInitialProps = async (ctx) => {
/>
));

// Gemerate the css string for the styles coming from jss
// Generate the css string for the styles coming from jss
let css = jssSheets.toString();
// It might be undefined, e.g. after an error.
if (css && process.env.NODE_ENV === 'production') {
Expand Down

0 comments on commit 2476996

Please sign in to comment.