Skip to content

Commit 3a11f05

Browse files
committed
[DATALAD RUNCMD] Do interactive fixing of some ambigous typos
=== Do not change lines below === { "chain": [], "cmd": "codespell -w -i 3 -C 2", "exit": 0, "extra_inputs": [], "inputs": [], "outputs": [], "pwd": "." } ^^^ Do not change lines above ^^^
1 parent 6605f2a commit 3a11f05

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

apps/vscode/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1166,7 +1166,7 @@
11661166
"sentence"
11671167
],
11681168
"markdownEnumDescriptions": [
1169-
"Do not perform any text wraping",
1169+
"Do not perform any text wrapping",
11701170
"Wrap text to occupy a fixed number of columns",
11711171
"Insert a line break after each sentence"
11721172
]

apps/vscode/src/main.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ export async function activate(context: vscode.ExtensionContext) {
9999
commands.push(...assistCommands);
100100
}
101101

102-
// walkthough
102+
// walkthrough
103103
commands.push(...walkthroughCommands(host, quartoContext));
104104

105105
// provide render

apps/vscode/src/providers/editor/toggle.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ export async function reopenEditorInSourceMode(
7777
VisualEditorProvider.recordPendingSwitchToSource(document);
7878

7979
// close editor (return immediately as if we don't then any
80-
// rpc method that calls this wil result in an error b/c the webview
80+
// rpc method that calls this will result in an error b/c the webview
8181
// has been torn down by the time we return)
8282
commands.executeCommand('workbench.action.closeActiveEditor').then(async () => {
8383
if (document.isUntitled) {

0 commit comments

Comments
 (0)