fix typo in message

This commit is contained in:
Vladimir Matveev
2016-04-13 21:36:36 -07:00
parent e7a4dd4cf5
commit 54862a27e2
3 changed files with 4 additions and 4 deletions

View File

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