diff --git a/src/main.ts b/src/main.ts index 944c17f..7192ece 100644 --- a/src/main.ts +++ b/src/main.ts @@ -8,7 +8,7 @@ export function activate(ctx: ExtensionContext) { // check for update //... - // register pallete commands + // register palette commands ctx.subscriptions.push(commands.registerTextEditorCommand('xmltools.formatXml', formatXml)); ctx.subscriptions.push(commands.registerTextEditorCommand('xmltools.linearizeXml', linearizeXml)); ctx.subscriptions.push(commands.registerTextEditorCommand('xmltools.evaluateXPath', evaluateXPath));