Update deprecation wording to be less aggressive

This commit is contained in:
Brandon Dail
2017-01-23 19:42:28 -06:00
committed by Brandon Dail
parent 4bba89f047
commit 2be0583ed3
+1 -1
View File
@@ -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;