Skip to content

Commit 5924e49

Browse files
committed
fix comment
1 parent 12fba46 commit 5924e49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/amazonq/src/lsp/chat/webviewProvider.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ export class AmazonQChatViewProvider implements WebviewViewProvider {
168168

169169
async refreshWebview() {
170170
if (this.webview) {
171-
// post a message to the webview telling it to reload refresh
171+
// post a message to the webview telling it to reload
172172
void this.webview?.postMessage({
173173
command: 'reload',
174174
})

0 commit comments

Comments
 (0)