Skip to content

Commit bab9395

Browse files
committed
fix a typo
1 parent 27e6951 commit bab9395

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/extension-guides/chat.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,7 @@ const logger = vscode.env.createTelemetryLogger({
473473
});
474474

475475
cat.onDidReceiveFeedback((feedback: vscode.ChatResultFeedback) => {
476-
// Log chat result feedback to be able to compute the success matric of the participant
476+
// Log chat result feedback to be able to compute the success metric of the participant
477477
logger.logUsage('chatResultFeedback', {
478478
kind: feedback.kind
479479
});

0 commit comments

Comments
 (0)