Skip to content

Commit bfb3f62

Browse files
authored
Update 16/umbraco-cms/customizing/extending-overview/extension-types/workspaces/workspace-action-menu-items.md
1 parent 2beb80e commit bfb3f62

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-action-menu-items.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Workspace Action Menu Items extend existing workspace actions by adding dropdown
3636

3737
## Implementation
3838

39-
Create a workspace action menu item by extending `UmbWorkspaceActionMenuItemBase` and implementing the `execute` method. This provides the functionality that runs when users interacts with the menu item:
39+
Create a workspace action menu item by extending `UmbWorkspaceActionMenuItemBase` and implementing the `execute` method. This provides the functionality that runs when a user interacts with the menu item:
4040

4141
{% code caption="reset-counter-menu-item.action.ts" %}
4242
```typescript

0 commit comments

Comments
 (0)