Skip to content

Commit 5326c28

Browse files
Fix typo in Working with Lists Tutorial (#852)
1 parent ea10a56 commit 5326c28

File tree

1 file changed

+1
-1
lines changed
  • packages/lit-dev-content/site/tutorials/content/working-with-lists

1 file changed

+1
-1
lines changed

packages/lit-dev-content/site/tutorials/content/working-with-lists/00.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
This tutorial explores different ways of rendering lists of items in
22
Lit!
33

4-
Lit makes it easy to render any list of items. It has built-it support for
4+
Lit makes it easy to render any list of items. It has built-in support for
55
iterables: pass an array (or other iterable) to a child expression and Lit will
66
render each item in the array. This, combined with Lit's ability to render
77
nested templates, and JavaScript patterns for transforming lists of data into

0 commit comments

Comments
 (0)