Skip to content

Commit e2222b2

Browse files
authored
Update protocol.ts
1 parent 2d62245 commit e2222b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/server/protocol.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -820,7 +820,7 @@ namespace ts.server.protocol {
820820
* Represents a file in external project.
821821
* External project is project whose set of files, compilation options and open\close state
822822
* is maintained by the client (i.e. if all this data come from .csproj file in Visual Studio).
823-
* External project will exist even if all files in it are closed and should be closed explicity.
823+
* External project will exist even if all files in it are closed and should be closed explicitly.
824824
* If external project includes one or more tsconfig.json/jsconfig.json files then tsserver will
825825
* create configured project for every config file but will maintain a link that these projects were created
826826
* as a result of opening external project so they should be removed once external project is closed.

0 commit comments

Comments
 (0)