Skip to content

Commit 20709b0

Browse files
itaileshemgaearon
authored andcommitted
Fix typo (#3998)
1 parent d0d50fe commit 20709b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: beta/src/pages/learn/rendering-lists.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@ On this page you learned:
419419

420420
* How to move data out of components and into data structures like arrays and objects.
421421
* How to generate sets of similar components with JavaScript's `map()`.
422-
* How to create arrays of filtered items with Javascript's `filter()`.
422+
* How to create arrays of filtered items with JavaScript's `filter()`.
423423
* Why and how to set `key` on each component in a collection so React can keep track of each of them even if their position or data changes.
424424

425425
</Recap>

0 commit comments

Comments
 (0)