Fix typo.

This commit is contained in:
Florian Loitsch 2020-07-24 22:31:34 +02:00 committed by GitHub
parent 3c6c8b768a
commit 82de032c56
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6165,7 +6165,7 @@ export interface SemanticTokensOptions extends WorkDoneProgressOptions {
legend: SemanticTokensLegend;
/**
* Server supports providing semantic tokens for a sepcific range
* Server supports providing semantic tokens for a specific range
* of a document.
*/
range?: boolean | {