We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22f38c8 commit f1f4600Copy full SHA for f1f4600
16/umbraco-cms/customizing/extending-overview/extension-types/workspaces/workspace-context.md
@@ -96,7 +96,7 @@ export const MY_WORKSPACE_CONTEXT = new UmbContextToken<MyWorkspaceContext>(
96
### Scoping
97
- Context instances are isolated per workspace
98
- Extensions can only access contexts from their own workspace
99
-- Context requests automatically scope to nearest workspace
+- Context requests automatically scope to the nearest workspace
100
101
### Conditions
102
Workspace contexts only initialize when their conditions match:
0 commit comments