From 3c748fa1955ade5578df9a2f3dab922aa722ebc7 Mon Sep 17 00:00:00 2001 From: Martin Aeschlimann Date: Sun, 15 May 2016 21:03:21 +0200 Subject: [PATCH] html.ts: Typo in comment --- src/vs/languages/html/common/html.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/vs/languages/html/common/html.ts b/src/vs/languages/html/common/html.ts index adbc95bf164..cb3679a0562 100644 --- a/src/vs/languages/html/common/html.ts +++ b/src/vs/languages/html/common/html.ts @@ -24,8 +24,8 @@ import {ParameterHintsSupport} from 'vs/editor/common/modes/supports/parameterHi import {SuggestSupport} from 'vs/editor/common/modes/supports/suggestSupport'; import {IThreadService} from 'vs/platform/thread/common/thread'; -export { htmlTokenTypes }; // export to be used by Razor. We are the main module, so Razor should get ot from use. -export { EMPTY_ELEMENTS }; // export to be used by Razor. We are the main module, so Razor should get ot from use. +export { htmlTokenTypes }; // export to be used by Razor. We are the main module, so Razor should get it from us. +export { EMPTY_ELEMENTS }; // export to be used by Razor. We are the main module, so Razor should get it from us. export enum States { Content, -- GitLab