Skip to content

Commit 11d9ec2

Browse files
authored
Update 16/umbraco-cms/customizing/extending-overview/extension-types/workspaces/workspace-editor-actions.md
1 parent 8fd0ed4 commit 11d9ec2

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-editor-actions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Workspace Actions provide:
4949

5050
## Implementation
5151

52-
Create a workspace action by extending `UmbWorkspaceActionBase` and implementing the `execute` method. This provides the functionality that runs when users click the action button:
52+
Create a workspace action by extending `UmbWorkspaceActionBase` and implementing the `execute` method. This provides the functionality that runs when a user clicks the action button:
5353

5454
{% code caption="incrementor-workspace-action.ts" %}
5555
```typescript

0 commit comments

Comments
 (0)