Browse Source

Fix typo

(cherry picked from commit 4d90b9bdf3fc4ccfd2ccbaf9a590b16f06746b55)
main
Paul O’Shannessy 10 years ago
parent
commit
4b9d18b532
  1. 2
      _posts/2015-02-24-streamlining-react-elements.md

2
_posts/2015-02-24-streamlining-react-elements.md

@ -23,7 +23,7 @@ The problem is that we don’t have a convenient way to tell when you’re done
### Problem: Mutating Props You Don’t Own
If you mutate something, you destroy the original value. Therefore, there is nothing to diff against. Imaging something like this:
If you mutate something, you destroy the original value. Therefore, there is nothing to diff against. Imagine something like this:
```js
var element = this.props.child;

Loading…
Cancel
Save