Skip to content

Commit

Permalink
Merge pull request #904 from JoshuaKGoldberg/missing-your-space
Browse files Browse the repository at this point in the history
Added missing space after a "your" in react-compat
  • Loading branch information
nfcampos authored Apr 19, 2017
2 parents a9a3627 + 2294a29 commit f79ee2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/react-compat.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,8 @@ 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@15.5+ with enzyme. Please add the appropriate version to your' +
'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',
);
} else {
Expand Down

0 comments on commit f79ee2d

Please sign in to comment.