Skip to content

Commit 0a4ca79

Browse files
authored
Fix grammatical error in Output Channel section (#9209)
Corrected 'logging purpose' to 'logging purposes' for grammatical accuracy.
1 parent 5f24242 commit 0a4ca79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/extension-capabilities/common-capabilities.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ Extensions can use the [`window.showOpenDialog`](/api/references/vscode-api#wind
8585

8686
## Output Channel
8787

88-
The Output Panel displays a collection of [`OutputChannel`](/api/references/vscode-api#OutputChannel), which are great for logging purpose. You can easily take advantage of it with the [`window.createOutputChannel`](/api/references/vscode-api#window.createOutputChannel) API.
88+
The Output Panel displays a collection of [`OutputChannel`](/api/references/vscode-api#OutputChannel), which are great for logging purposes. You can easily take advantage of it with the [`window.createOutputChannel`](/api/references/vscode-api#window.createOutputChannel) API.
8989

9090
## Progress API
9191

0 commit comments

Comments
 (0)