Skip to content

Commit

Permalink
Update lists.md (#1331)
Browse files Browse the repository at this point in the history
Remove unnecessary `in` from the sentence.
  • Loading branch information
wnvko authored May 6, 2024
1 parent fd6d144 commit c97cd65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/lit-dev-content/site/docs/v3/templates/lists.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Lit also provides a `repeat` directive to build certain kinds of dynamic lists m

## Rendering arrays

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:

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

Expand Down

0 comments on commit c97cd65

Please sign in to comment.