Skip to content

Commit

Permalink
docs: fix typo (#1910)
Browse files Browse the repository at this point in the history
  • Loading branch information
saikatdas0790 committed Oct 19, 2023
1 parent 33e166a commit 319017f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/book/src/view/04_iteration.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ iterating over a list of items is a common task in web applications. Reconciling
the differences between changing sets of items can also be one of the trickiest
tasks for a framework to handle well.

Leptos supports to two different patterns for iterating over items:
Leptos supports two different patterns for iterating over items:

1. For static views: `Vec<_>`
2. For dynamic lists: `<For/>`
Expand Down

0 comments on commit 319017f

Please sign in to comment.