Corrected my own typo :)

This commit is contained in:
Brian Vaughn
2017-11-13 08:16:58 -08:00
committed by GitHub
parent 996508d16f
commit 2b4b34ac0f

View File

@@ -81,7 +81,7 @@ class Foo extends Component {
>**Note:**
>
>Using an arrow in render creates a new function each time the component renders, which may have performance implications; (see below).
>Using an arrow function in render creates a new function each time the component renders, which may have performance implications; (see below).
### Is it OK to use arrow functions in render methods?