diff --git a/content/docs/faq-functions.md b/content/docs/faq-functions.md index 9fe225da..6cb41a57 100644 --- a/content/docs/faq-functions.md +++ b/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?