diff --git a/packages/language-service/src/types.ts b/packages/language-service/src/types.ts index d6b46316db..28be7c8f97 100644 --- a/packages/language-service/src/types.ts +++ b/packages/language-service/src/types.ts @@ -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 { /**