Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
doudou committed Dec 26, 2017
1 parent 34fdbec commit 36680ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vs/platform/markers/common/problemMatcher.ts
Original file line number Diff line number Diff line change
Expand Up @@ -927,7 +927,7 @@ export namespace Schemas {
};


export const MultLileProblemPattern: IJSONSchema = {
export const MultiLineProblemPattern: IJSONSchema = {
type: 'array',
items: ProblemPattern
};
Expand Down

0 comments on commit 36680ab

Please sign in to comment.