Skip to content

Commit ebfbb86

Browse files
alettierisapegin
authored andcommitted
Chore: Change wording in error message (styleguidist#598)
1 parent 13f5089 commit ebfbb86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

loaders/props-loader.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ module.exports = function(source) {
4646
'It usually happens when using third-party libraries, see possible solutions here:\n' +
4747
`${consts.DOCS_THIRDPARTIES}`
4848
: `Cannot parse ${componentPath}: ${err}\n\n` +
49-
'It usually means that react-docgen don’t understand your source code, try to file an issue here:\n' +
49+
'It usually means that react-docgen does not understand your source code, try to file an issue here:\n' +
5050
'https://github.com/reactjs/react-docgen/issues';
5151
logger.warn(message);
5252
}

0 commit comments

Comments
 (0)