Skip to content

Commit 36680ab

Browse files
committed
fix typo
1 parent 34fdbec commit 36680ab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/vs/platform/markers/common/problemMatcher.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -927,7 +927,7 @@ export namespace Schemas {
927927
};
928928

929929

930-
export const MultLileProblemPattern: IJSONSchema = {
930+
export const MultiLineProblemPattern: IJSONSchema = {
931931
type: 'array',
932932
items: ProblemPattern
933933
};

0 commit comments

Comments
 (0)