Browse Source

Corrected my own typo :)

main
Brian Vaughn 7 years ago
committed by GitHub
parent
commit
2b4b34ac0f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      content/docs/faq-functions.md

2
content/docs/faq-functions.md

@ -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?

Loading…
Cancel
Save