Skip to content

Commit 9f03db2

Browse files
committed
Fix typos
1 parent bc10a7a commit 9f03db2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Alternatively, you can build the extension within VS Code via `Terminal > Run Bu
5454

5555
Before running any of the launch commands, be sure to have run the `build` command to ensure that the JavaScript is compiled and the resources are copied to the proper location.
5656

57-
We recommend that you keep `npm run watch` running in the backgound and you only need to re-run `npm run build` in the following situations:
57+
We recommend that you keep `npm run watch` running in the background and you only need to re-run `npm run build` in the following situations:
5858

5959
1. on first checkout
6060
2. whenever any of the non-TypeScript resources have changed
@@ -146,7 +146,7 @@ The CLI integration tests require the CodeQL standard libraries in order to run
146146

147147
#### Using a mock GitHub API server
148148

149-
Multi-Repo Variant Analyses (MRVA) rely on the GitHub API. In order to make development and testing easy, we have functionality that allows us to intercept requests to the GitHub API and provide mock responses.
149+
Multi-Repo Variant Analyses (MRVA) rely on the GitHub API. In order to make development and testing easy, we have functionality that allows us to intercept requests to the GitHub API and provide mock responses.
150150

151151
##### Using a pre-recorded test scenario
152152

extensions/ql-vscode/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ When the results are ready, they're displayed in the CodeQL Query Results view.
9999

100100
If there are any problems running a query, a notification is displayed in the bottom right corner of the application. In addition to the error message, the notification includes details of how to fix the problem.
101101

102-
### Keyboad navigation
102+
### Keyboard navigation
103103

104104
If you wish to navigate the query results from your keyboard, you can bind shortcuts to the **CodeQL: Navigate Up/Down/Left/Right in Result Viewer** commands.
105105

0 commit comments

Comments
 (0)