Skip to content

Commit baadd8b

Browse files
authored
change spelling (#922)
1 parent f90aa90 commit baadd8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/webviews/extension-server/WebviewController.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,5 +112,5 @@ export class WebviewController<Configuration> extends WebviewBaseController<Conf
112112
}
113113

114114
export function createCopilotPromptForConfirmationViewButton(name: string, value: string, commandName: string, extension: string): string {
115-
return `Help explain what ${name}: ${value} means in the context of the "${commandName}" command using the ${extension} extension for VSCode.`
115+
return `Help explain what ${name}: ${value} means in the context of the "${commandName}" command using the ${extension} extension for VS Code.`
116116
}

0 commit comments

Comments
 (0)