From c272c3c5cd153499ca7d80f5ef114f47f9d938ee Mon Sep 17 00:00:00 2001 From: Ron Buckton Date: Fri, 11 Aug 2017 16:06:24 -0700 Subject: [PATCH] Comment update --- src/server/protocol.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/server/protocol.ts b/src/server/protocol.ts index c0760dbfd38..746d9791968 100644 --- a/src/server/protocol.ts +++ b/src/server/protocol.ts @@ -1306,9 +1306,9 @@ namespace ts.server.protocol { options: ExternalProjectCompilerOptions; /** - * Specifies the project root path used to scope commpiler options. - * This message is ignored if this property has been specified and the server is not - * configured to create an inferred project per project root. + * Specifies the project root path used to scope compiler options. + * It is an error to provide this property if the server has not been started with + * `useInferredProjectPerProjectRoot` enabled. */ projectRootPath?: string; }