You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 17/umbraco-cms/customizing/foundation/repositories/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ This abstraction ensures that consumers don’t need to worry about how to acces
19
19
20
20
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.
21
21
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.
23
23
24
24
The data flow when using a repository can be illustrated as follows:
0 commit comments