Skip to content

Commit

Permalink
Merge pull request #3673 from ultrafez/patch-1
Browse files Browse the repository at this point in the history
"Advanced performance" typo fix
  • Loading branch information
zpao committed Apr 15, 2015
2 parents 41a6186 + 729ec1b commit e21f7c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docs/11-advanced-performance.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ So, how should we implement `shouldComponentUpdate`? Say that you have a compone

```javascript
React.createClass({
propsTypes: {
propTypes: {
value: React.PropTypes.string.isRequired
},

Expand All @@ -73,7 +73,7 @@ But what if your components' props or state are mutable data structures?. Say th

```javascript
React.createClass({
propsTypes: {
propTypes: {
value: React.PropTypes.object.isRequired
},

Expand Down

0 comments on commit e21f7c7

Please sign in to comment.