Skip to content

Commit e58ab49

Browse files
authored
Fix typos and grammatical issues (#32)
* Fix typo: Exension -> Extension * Fix grammatical issues in comments and documentation - Fix inconsistent heading level for 0.0.7 release note in README - Fix capitalization of Owner: Error! to match actual status bar text - Fix capitalization of 'install' at start of bullet point in quickstart guide
1 parent d4b3b75 commit e58ab49

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ Quick access to the owning team's config file. Clicking on the status bar item w
1616

1717
## Requirements
1818

19-
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.)
19+
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.)
2020

2121
## Release Notes
2222

23-
## 0.0.7 - 2022-07-25
23+
### 0.0.7 - 2022-07-25
2424

2525
- When the ownership status bar item indicates an error, clicking on the status bar item will show the extension's Output Channel.
2626

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 = {

vsc-extension-quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
## Setup
1313

14-
- install the recommended extensions (amodio.tsl-problem-matcher and dbaeumer.vscode-eslint)
14+
- Install the recommended extensions (amodio.tsl-problem-matcher and dbaeumer.vscode-eslint)
1515

1616
## Get up and running straight away
1717

0 commit comments

Comments
 (0)