Skip to content

Commit

Permalink
Merge pull request #1264 from jooohhn/error-message-typo
Browse files Browse the repository at this point in the history
Fixed error message typo
  • Loading branch information
theKashey committed Jun 7, 2019
2 parents c6110af + 5231182 commit 1023b98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AppContainer.prod.js
Expand Up @@ -6,7 +6,7 @@ function AppContainer(props) {
if (AppContainer.warnAboutHMRDisabled) {
AppContainer.warnAboutHMRDisabled = true;
console.error(
'React-Hot-Loader: misconfiguration detected, using production version in not production environment.',
'React-Hot-Loader: misconfiguration detected, using production version in non-production environment.',
);
console.error('React-Hot-Loader: Hot Module Replacement is not enabled.');
}
Expand Down

0 comments on commit 1023b98

Please sign in to comment.