Skip to content

Commit ddd8260

Browse files
Brandon Dailflarnie
authored andcommitted
Update deprecation wording to be less aggressive
1 parent 16c4f90 commit ddd8260

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/isomorphic/React.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ if (__DEV__) {
6060
warning(
6161
warnedForCreateMixin,
6262
'React.createMixin is deprecated and should not be used. You ' +
63-
'can use your mixin directly instead.'
63+
'can use this mixin directly instead.'
6464
);
6565
warnedForCreateMixin = true;
6666
return mixin;

0 commit comments

Comments
 (0)