Skip to content

Commit 4710b41

Browse files
authored
Update 17/umbraco-cms/customizing/foundation/repositories/README.md
1 parent 36ea159 commit 4710b41

File tree

1 file changed

+1
-1
lines changed
  • 17/umbraco-cms/customizing/foundation/repositories

1 file changed

+1
-1
lines changed

17/umbraco-cms/customizing/foundation/repositories/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ This abstraction ensures that consumers don’t need to worry about how to acces
1919

2020
A repository must be instantiated where it is used. It should take an [UmbController](../umbraco-controller/README.md) as part of the constructor. This ensures that any contexts consumed in the repository are scoped correctly.
2121

22-
A repository can be initialized directly from an element, but will often be instantiated in a [context](../../context-api/README.md), like the Workspace Context.
22+
A repository can be initialized directly from an element, but will often be instantiated in a [context](../context-api/README.md), like the Workspace Context.
2323

2424
The data flow when using a repository can be illustrated as follows:
2525

0 commit comments

Comments
 (0)