Skip to content

Commit 660aad8

Browse files
committed
Fix typo: Exension -> Extension
1 parent d4b3b75 commit 660aad8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/extension.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ export function activate(context: vscode.ExtensionContext) {
114114

115115
vscode.commands.executeCommand('code-ownership-vscode.run');
116116

117-
log('info', 'Exension activated');
117+
log('info', 'Extension activated');
118118
}
119119

120120
type Owner = {

0 commit comments

Comments
 (0)