docs: fix typo (#1910)

This commit is contained in:
Saikat Das 2023-10-19 18:30:30 +05:30 committed by GitHub
parent 33e166a462
commit 319017f03f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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/>`