We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd6d144 commit c97cd65Copy full SHA for c97cd65
packages/lit-dev-content/site/docs/v3/templates/lists.md
@@ -15,7 +15,7 @@ Lit also provides a `repeat` directive to build certain kinds of dynamic lists m
15
16
## Rendering arrays
17
18
-When an expression in the child position in returns an array or iterable, Lit renders all of the items in the array:
+When an expression in the child position returns an array or iterable, Lit renders all of the items in the array:
19
20
{% playground-example "v3-docs/templates/lists-arrays/" "my-element.ts" %}
21
0 commit comments