Skip to content

Commit

Permalink
Fix up typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Frederisk committed Sep 23, 2024
1 parent 67bc071 commit 1f463ec
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/extension-node.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { loginFactory, logoutFactory } from './export_command/wikimedia_function
import { closeEditorFactory, postPageFactory, pullPageFactory } from './export_command/wikimedia_function/page';
import { baseUriProcess } from './export_command/uri_function/uri';
import { addWebCiteFactory } from './export_command/cite_function/web';
import { WikitextCommandRegistrar } from './export_command/commadRegistrar';
import { WikitextCommandRegistrar } from './export_command/commandRegistrar';

export function activate(context: vscode.ExtensionContext): void {
console.log("Extension is active.");
Expand Down
2 changes: 1 addition & 1 deletion src/extension-web.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

import * as vscode from 'vscode';
import { closeEditorFactory } from './export_command/wikimedia_function/page';
import { WikitextCommandRegistrar } from './export_command/commadRegistrar';
import { WikitextCommandRegistrar } from './export_command/commandRegistrar';

export function activate(context: vscode.ExtensionContext): void {
function showUnsupportedMessageFactory() {
Expand Down

0 comments on commit 1f463ec

Please sign in to comment.