We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13f5089 commit ebfbb86Copy full SHA for ebfbb86
loaders/props-loader.js
@@ -46,7 +46,7 @@ module.exports = function(source) {
46
'It usually happens when using third-party libraries, see possible solutions here:\n' +
47
`${consts.DOCS_THIRDPARTIES}`
48
: `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' +
+ 'It usually means that react-docgen does not understand your source code, try to file an issue here:\n' +
50
'https://github.com/reactjs/react-docgen/issues';
51
logger.warn(message);
52
}
0 commit comments