Skip to content

Commit fd1dc6c

Browse files
authored
Update 16/umbraco-cms/customizing/extending-overview/extension-types/workspaces/README.md
1 parent f26592e commit fd1dc6c

File tree

1 file changed

+1
-1
lines changed
  • 16/umbraco-cms/customizing/extending-overview/extension-types/workspaces

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Workspace extensions communicate through shared contexts using these patterns:
2929

3030
1. **[Workspace Context](workspace-context.md)** manages centralized state using observables that automatically notify subscribers of changes
3131
2. **[Workspace Actions](workspace-editor-actions.md)** consume the context to modify state when users interact with buttons or menu items
32-
3. **[Workspace Actions Menu Items](workspace-action-menu-items.md)** add additional options for workspace actions
32+
3. **[Workspace Action Menu Items](workspace-action-menu-items.md)** add additional options for workspace actions
3333
4. **[Workspace Views](workspace-views.md)** observe context state to automatically update their UI when data changes
3434
5. **[Footer Apps](workspace-footer-apps.md)** monitor context state to display real-time status information
3535

0 commit comments

Comments
 (0)