Skip to content

Commit 11a66c0

Browse files
authored
Merge pull request #2103 from yoyo837/patch-1
[Fix] Link does not end with '.'
2 parents 4da90ea + e9cfc16 commit 11a66c0

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)