Skip to content

Commit 2b4b34a

Browse files
authored
Corrected my own typo :)
1 parent 996508d commit 2b4b34a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/faq-functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ class Foo extends Component {
8181

8282
>**Note:**
8383
>
84-
>Using an arrow in render creates a new function each time the component renders, which may have performance implications; (see below).
84+
>Using an arrow function in render creates a new function each time the component renders, which may have performance implications; (see below).
8585
8686
### Is it OK to use arrow functions in render methods?
8787

0 commit comments

Comments
 (0)