Skip to content

Commit 0628021

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

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
@@ -211,7 +211,7 @@ export class ComplexAction extends UmbWorkspaceActionBase {
211211
## Best Practices
212212

213213
### Action Availability
214-
Only show actions when they're meaningful:
214+
Only show actions when they are meaningful:
215215
```typescript
216216
conditions: [
217217
{

0 commit comments

Comments
 (0)