Skip to content

Commit f1f4600

Browse files
authored
Update 16/umbraco-cms/customizing/extending-overview/extension-types/workspaces/workspace-context.md
1 parent 22f38c8 commit f1f4600

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

16/umbraco-cms/customizing/extending-overview/extension-types/workspaces/workspace-context.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ export const MY_WORKSPACE_CONTEXT = new UmbContextToken<MyWorkspaceContext>(
9696
### Scoping
9797
- Context instances are isolated per workspace
9898
- Extensions can only access contexts from their own workspace
99-
- Context requests automatically scope to nearest workspace
99+
- Context requests automatically scope to the nearest workspace
100100

101101
### Conditions
102102
Workspace contexts only initialize when their conditions match:

0 commit comments

Comments
 (0)