Skip to content

Commit c97cd65

Browse files
authored
Update lists.md (#1331)
Remove unnecessary `in` from the sentence.
1 parent fd6d144 commit c97cd65

File tree

1 file changed

+1
-1
lines changed
  • packages/lit-dev-content/site/docs/v3/templates

1 file changed

+1
-1
lines changed

packages/lit-dev-content/site/docs/v3/templates/lists.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Lit also provides a `repeat` directive to build certain kinds of dynamic lists m
1515

1616
## Rendering arrays
1717

18-
When an expression in the child position in returns an array or iterable, Lit renders all of the items in the array:
18+
When an expression in the child position returns an array or iterable, Lit renders all of the items in the array:
1919

2020
{% playground-example "v3-docs/templates/lists-arrays/" "my-element.ts" %}
2121

0 commit comments

Comments
 (0)