Skip to content

Commit 4a38a51

Browse files
authored
Merge pull request #7831 from Cecil0o0/fix/typo
fix a typo
2 parents 27e6951 + bab9395 commit 4a38a51

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)