From d83ddcfa9c0b6f204836955c843d068439582abb Mon Sep 17 00:00:00 2001 From: John Doe Date: Thu, 28 Jun 2018 18:59:37 -0700 Subject: [PATCH] abount -> about --- src/server/protocol.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/server/protocol.ts b/src/server/protocol.ts index 23894a0f67d..c9576498236 100644 --- a/src/server/protocol.ts +++ b/src/server/protocol.ts @@ -1246,7 +1246,7 @@ namespace ts.server.protocol { /* @internal */ export interface ProjectFiles { /** - * Information abount project verison + * Information about project verison */ info?: ProjectVersionInfo; /**