fix(language-service): spell diagnostics correctly (#21812)

PR Close #21812
This commit is contained in:
Chuck Jazdzewski 2018-01-26 14:12:20 -08:00 committed by Jason Aden
parent d964491f2a
commit 2b68e8d98a
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ describe('service without angular', () => {
it('should not crash a get template references',
() => expect(() => ngService.getTemplateReferences()));
it('should not crash a get dianostics',
it('should not crash a get diagnostics',
() => expect(() => ngService.getDiagnostics(fileName)).not.toThrow());
it('should not crash a completion',
() => expect(() => ngService.getCompletionsAt(fileName, position)).not.toThrow());