Skip to content

Commit

Permalink
Added a space to a "using" line too
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Goldberg authored Apr 18, 2017
1 parent 20642ef commit 2294a29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/react-compat.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ if (REACT013) {
} catch (e) {
if (REACT155) {
console.error( // eslint-disable-line no-console
'react-dom@15.5+ and react-test-renderer are implicit dependencies when using' +
'react-dom@15.5+ and react-test-renderer are implicit dependencies when using ' +
'react@15.5+ with enzyme. Please add the appropriate version to your ' +
'devDependencies. See https://github.com/airbnb/enzyme#installation',
);
Expand Down

0 comments on commit 2294a29

Please sign in to comment.