Skip to content

Commit 16408b3

Browse files
[utils] Remove the double dots
1 parent 246c415 commit 16408b3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/utils/deprecatedPropType.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export default function deprecated(validator, reason) {
1919

2020
warning(warned[messageKey],
2121
`The ${location} \`${propFullNameSafe}\` of ` +
22-
`\`${componentNameSafe}\` is deprecated. ${reason}.`
22+
`\`${componentNameSafe}\` is deprecated. ${reason}`
2323
);
2424

2525
warned[messageKey] = true;

0 commit comments

Comments
 (0)