Skip to content

Commit 98b2290

Browse files
authored
Update 17/umbraco-cms/customizing/foundation/repositories/repository-types/collection-repository.md
1 parent e48a7e8 commit 98b2290

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

17/umbraco-cms/customizing/foundation/repositories/repository-types/collection-repository.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
A collection repository is a specific type of repository designed to handle operations related to collections of items. It provides methods to request collections of data in a filtered and paginated manner.
44

5-
The interface below is simplified for clarity and omits return types and arguments. See full interfaces in the [UI API Documentation](https://apidocs.umbraco.com/v17/ui-api/interfaces/packages_core_collection.UmbCollectionRepository.html)
5+
The interface below is simplified for clarity and omits return types and arguments. See full interfaces in the [UI API Documentation](https://apidocs.umbraco.com/v17/ui-api/interfaces/packages_core_collection.UmbCollectionRepository.html).
66

77
```typescript
88
interface UmbCollectionRepository {

0 commit comments

Comments
 (0)