Skip to content

Commit 08b3335

Browse files
committed
Update README.md
1 parent 314ce7a commit 08b3335

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
@@ -27,7 +27,7 @@ Element → (Context) → Repository → Data Source(s)
2727

2828
### Using an existing Repository <a href="#using-a-repository" id="using-a-repository"></a>
2929

30-
Often, you will find that data is already available and observable in a [context](./contexts/README.md), such as the Workspace Context. In that case, subscribing to the context [state](./states.md) will be the right approach to take. This way, you will receive all runtime updates that occur to the data throughout the session.
30+
Often, you will find that data is already available and observable in a [context](./contexts/README.md). In that case, subscribing to the context [state](./states.md) will be the right approach to take. This way, you will receive all runtime updates that occur to the data throughout the session.
3131

3232
When a context with the appropriate data state is not available, reaching for a repository will ensure access to the needed information no matter the current application state.
3333

0 commit comments

Comments
 (0)