Skip to content

Commit

Permalink
Fix typo in tasks jsonSchema
Browse files Browse the repository at this point in the history
  • Loading branch information
Aminadav authored and Rachel Macfarlane committed Aug 26, 2019
1 parent 9f49056 commit 6d17073
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vs/workbench/contrib/tasks/common/jsonSchema_v2.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ const presentation: IJSONSchema = {
showReuseMessage: true,
clear: false,
},
description: nls.localize('JsonSchema.tasks.presentation', 'Configures the panel that is used to present the task\'s ouput and reads its input.'),
description: nls.localize('JsonSchema.tasks.presentation', 'Configures the panel that is used to present the task\'s output and reads its input.'),
additionalProperties: false,
properties: {
echo: {
Expand Down

0 comments on commit 6d17073

Please sign in to comment.