Skip to content

Commit 283f2d3

Browse files
authored
Update 17/umbraco-cms/customizing/foundation/repositories/repository-types/item-repository.md
1 parent 09f21a4 commit 283f2d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

33
An item repository is a specific type of repository designed to handle operations related to multiple individual items. It provides methods to request multiple items based on unique identifiers.
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_repository.UmbItemRepository.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_repository.UmbItemRepository.html).
66

77
```typescript
88
interface UmbItemRepository {

0 commit comments

Comments
 (0)