diff --git a/src/Umbraco.Web.UI.Client/examples/workspace-context-counter/index.ts b/src/Umbraco.Web.UI.Client/examples/workspace-context-counter/index.ts index 243ac89485..39a9deda45 100644 --- a/src/Umbraco.Web.UI.Client/examples/workspace-context-counter/index.ts +++ b/src/Umbraco.Web.UI.Client/examples/workspace-context-counter/index.ts @@ -16,7 +16,7 @@ export const manifests: Array = [ { type: 'workspaceAction', kind: 'default', - name: 'Example Count Incerementor Workspace Action', + name: 'Example Count Incrementor Workspace Action', alias: 'example.workspaceAction.incrementor', weight: 1000, api: () => import('./incrementor-workspace-action.js'),