From e344bd73a4d494ddd30408cae14efae710b651fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Lyngs=C3=B8?= Date: Fri, 19 Apr 2024 22:37:58 +0200 Subject: [PATCH] word correction --- .../examples/workspace-context-counter/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'),