From 966ab047efcd763b76805c57765a3a14082c5bea Mon Sep 17 00:00:00 2001 From: Josh Johnson Date: Tue, 24 Nov 2015 13:50:51 -0500 Subject: [PATCH] Spelling --- src/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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));