refactor(language-service): fix typo on type.ts language-service
This commit is contained in:
parent
221ae6998a
commit
a025f7e2a6
|
@ -39,7 +39,7 @@ export interface TemplateSource {
|
|||
|
||||
/**
|
||||
* 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
|
||||
* 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 {
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue