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));
}
}
}