mirror of
https://github.com/leptos-rs/leptos
synced 2024-11-10 06:44:17 +00:00
docs: fix typo (#1910)
This commit is contained in:
parent
33e166a462
commit
319017f03f
1 changed files with 1 additions and 1 deletions
|
@ -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/>`
|
||||
|
|
Loading…
Reference in a new issue