Skip to content

Commit 381bc84

Browse files
authored
Update 16/umbraco-cms/customizing/extending-overview/extension-types/collections/collection-view.md
1 parent b14e785 commit 381bc84

File tree

1 file changed

+1
-1
lines changed
  • 16/umbraco-cms/customizing/extending-overview/extension-types/collections

1 file changed

+1
-1
lines changed

16/umbraco-cms/customizing/extending-overview/extension-types/collections/collection-view.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Before creating a Collection View, make sure you are familiar with the [Extensio
3939

4040
### Implementation
4141

42-
Implement your collection view as a Lit element that extends `UmbLitElement`.
42+
Implement your Collection View as a Lit element that extends `UmbLitElement`.
4343
This defines how a list of entities is rendered in your collection.
4444

4545
{% code title="my-collection-view.ts" %}

0 commit comments

Comments
 (0)