refactor(language-service): fix typo on type.ts language-service

This commit is contained in:
Camilo Giraldo 2018-03-05 21:26:57 -05:00 committed by Igor Minar
parent c1251a8430
commit a1133303d3

View File

@ -39,7 +39,7 @@ export interface TemplateSource {
/** /**
* The version of the source. As files are modified the version should change. That is, if the * The version of the source. As files are modified the version should change. That is, if the
* `LanguageService` requesting template infomration for a source file and that file has changed * `LanguageService` requesting template information for a source file and that file has changed
* since the last time the host was asked for the file then this version string should be * since the last time the host was asked for the file then this version string should be
* different. No assumptions are made about the format of this string. * different. No assumptions are made about the format of this string.
* *
@ -324,7 +324,7 @@ export interface HoverTextSection {
} }
/** /**
* Hover infomration for a symbol at the hover location. * Hover information for a symbol at the hover location.
*/ */
export interface Hover { export interface Hover {
/** /**