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 aweary committed Jan 24, 2017
1 parent 4bba89f commit 2be0583
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/isomorphic/React.js
Expand Up @@ -58,7 +58,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 2be0583

Please sign in to comment.