Skip to content

Commit 778e6e7

Browse files
chuckjazjasonaden
authored andcommitted
fix(language-service): spell diagnostics correctly (#21812)
PR Close #21812
1 parent 35a0721 commit 778e6e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/language-service/test/language_service_spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ describe('service without angular', () => {
2626

2727
it('should not crash a get template references',
2828
() => expect(() => ngService.getTemplateReferences()));
29-
it('should not crash a get dianostics',
29+
it('should not crash a get diagnostics',
3030
() => expect(() => ngService.getDiagnostics(fileName)).not.toThrow());
3131
it('should not crash a completion',
3232
() => expect(() => ngService.getCompletionsAt(fileName, position)).not.toThrow());

0 commit comments

Comments
 (0)