This commit is contained in:
Mohamed Hegazy 2016-05-18 17:12:59 -07:00
parent d73dd06e4b
commit 167c3fbc64
3 changed files with 4 additions and 4 deletions

View file

@ -2296,7 +2296,7 @@
"category": "Error",
"code": 5062
},
"Substututions for pattern '{0}' should be an array.": {
"Substitutions for pattern '{0}' should be an array.": {
"category": "Error",
"code": 5063
},

View file

@ -2021,7 +2021,7 @@ namespace ts {
}
}
else {
programDiagnostics.add(createCompilerDiagnostic(Diagnostics.Substututions_for_pattern_0_should_be_an_array, key));
programDiagnostics.add(createCompilerDiagnostic(Diagnostics.Substitutions_for_pattern_0_should_be_an_array, key));
}
}
}

View file

@ -1,6 +1,6 @@
error TS5063: Substututions for pattern '*' should be an array.
error TS5063: Substitutions for pattern '*' should be an array.
!!! error TS5063: Substututions for pattern '*' should be an array.
!!! error TS5063: Substitutions for pattern '*' should be an array.
==== tests/cases/compiler/a.ts (0 errors) ====
let x = 1;