Skip to content

Commit 1c7f9aa

Browse files
authored
Update 17/umbraco-cms/customizing/extending-overview/extension-types/collections/collection-view.md
1 parent 030d664 commit 1c7f9aa

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

17/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)