Skip to content

Commit e9cfc16

Browse files
authored
Link does not end with '.'
1 parent 4da90ea commit e9cfc16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/util/version.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ function getReactVersionFromContext(context) {
3939
confVer = String(settingsVersion);
4040
} else if (!warnedForMissingVersion) {
4141
error('Warning: React version not specified in eslint-plugin-react settings. ' +
42-
'See https://github.com/yannickcr/eslint-plugin-react#configuration.');
42+
'See https://github.com/yannickcr/eslint-plugin-react#configuration .');
4343
warnedForMissingVersion = true;
4444
}
4545
confVer = /^[0-9]+\.[0-9]+$/.test(confVer) ? `${confVer}.0` : confVer;

0 commit comments

Comments
 (0)