Skip to content

Commit

Permalink
Update deprecation wording to be less aggressive
Browse files Browse the repository at this point in the history
  • Loading branch information
Brandon Dail authored and flarnie committed Jun 7, 2017
1 parent 1c6fec3 commit 34bbc78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/isomorphic/React.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ if (__DEV__) {
warning(
warnedForCreateMixin,
'React.createMixin is deprecated and should not be used. You ' +
'can use your mixin directly instead.'
'can use this mixin directly instead.'
);
warnedForCreateMixin = true;
return mixin;
Expand Down

0 comments on commit 34bbc78

Please sign in to comment.