We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea10a56 commit 5326c28Copy full SHA for 5326c28
packages/lit-dev-content/site/tutorials/content/working-with-lists/00.md
@@ -1,7 +1,7 @@
1
This tutorial explores different ways of rendering lists of items in
2
Lit!
3
4
-Lit makes it easy to render any list of items. It has built-it support for
+Lit makes it easy to render any list of items. It has built-in support for
5
iterables: pass an array (or other iterable) to a child expression and Lit will
6
render each item in the array. This, combined with Lit's ability to render
7
nested templates, and JavaScript patterns for transforming lists of data into
0 commit comments