We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4f9d8c3 + 4a971c2 commit 67663baCopy full SHA for 67663ba
src/addons/ReactComponentWithPureRenderMixin.js
@@ -15,7 +15,7 @@ var shallowCompare = require('shallowCompare');
15
16
/**
17
* If your React component's render function is "pure", e.g. it will render the
18
- * same result given the same props and state, provide this Mixin for a
+ * same result given the same props and state, provide this mixin for a
19
* considerable performance boost.
20
*
21
* Most React components have pure render functions.
0 commit comments