word correction

This commit is contained in:
Niels Lyngsø
2024-04-19 22:37:58 +02:00
parent 2df3657e7a
commit e344bd73a4

View File

@@ -16,7 +16,7 @@ export const manifests: Array<ManifestTypes> = [
{
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'),