Skip to content

Commit

Permalink
Fix wording src/packages/styled-components/base.js
Browse files Browse the repository at this point in the history
  • Loading branch information
shannonrothe committed Sep 28, 2020
1 parent c5c610e commit c3e9da1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/styled-components/src/base.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ if (process.env.NODE_ENV !== 'production' && process.env.NODE_ENV !== 'test' &&
// eslint-disable-next-line no-console
console.warn(
"It looks like there are several instances of 'styled-components' initialized in this application. " +
'This may cause dynamic styles not rendering properly, errors happening during rehydration process, ' +
'missing theme prop, and makes your application bigger without a good reason.\n\n' +
'This may cause dynamic styles to not render properly, errors during the rehydration process, ' +
'a missing theme prop, and makes your application bigger without good reason.\n\n' +
'See https://s-c.sh/2BAXzed for more info.'
);
}
Expand Down

0 comments on commit c3e9da1

Please sign in to comment.