Skip to content

Commit 6dbaf15

Browse files
committed
Doc:Fix spelling errors in comments
1 parent 161480b commit 6dbaf15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/activate/registerCommands.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ let tabPanel: vscode.WebviewPanel | undefined = undefined
1616

1717
/**
1818
* Get the currently active panel
19-
* @returns WebviewPanel或WebviewView
19+
* @returns WebviewPanel or WebviewView
2020
*/
2121
export function getPanel(): vscode.WebviewPanel | vscode.WebviewView | undefined {
2222
return tabPanel || sidebarPanel

0 commit comments

Comments
 (0)