diff --git a/README.md b/README.md index 2a65b13..1222a7f 100644 --- a/README.md +++ b/README.md @@ -16,11 +16,11 @@ Quick access to the owning team's config file. Clicking on the status bar item w ## Requirements -This extension runs the [CodeOwnership](https://github.com/rubyatscale/code_ownership) CLI. You'll need to install and configure [CodeOwnership](https://github.com/rubyatscale/code_ownership) in your repository before using this extension. (Before it's set up, you'll see `Owner: error!` in the status bar.) +This extension runs the [CodeOwnership](https://github.com/rubyatscale/code_ownership) CLI. You'll need to install and configure [CodeOwnership](https://github.com/rubyatscale/code_ownership) in your repository before using this extension. (Before it's set up, you'll see `Owner: Error!` in the status bar.) ## Release Notes -## 0.0.7 - 2022-07-25 +### 0.0.7 - 2022-07-25 - When the ownership status bar item indicates an error, clicking on the status bar item will show the extension's Output Channel. diff --git a/src/extension.ts b/src/extension.ts index 96c18cd..7ddf763 100644 --- a/src/extension.ts +++ b/src/extension.ts @@ -114,7 +114,7 @@ export function activate(context: vscode.ExtensionContext) { vscode.commands.executeCommand('code-ownership-vscode.run'); - log('info', 'Exension activated'); + log('info', 'Extension activated'); } type Owner = { diff --git a/vsc-extension-quickstart.md b/vsc-extension-quickstart.md index 122441b..e5c95b2 100644 --- a/vsc-extension-quickstart.md +++ b/vsc-extension-quickstart.md @@ -11,7 +11,7 @@ ## Setup -- install the recommended extensions (amodio.tsl-problem-matcher and dbaeumer.vscode-eslint) +- Install the recommended extensions (amodio.tsl-problem-matcher and dbaeumer.vscode-eslint) ## Get up and running straight away