diff --git a/_specifications/lsp/3.17/language/completion.md b/_specifications/lsp/3.17/language/completion.md index 096397386..149ea994c 100644 --- a/_specifications/lsp/3.17/language/completion.md +++ b/_specifications/lsp/3.17/language/completion.md @@ -156,7 +156,7 @@ export interface CompletionClientCapabilities { */ completionList?: { /** - * The client supports the the following itemDefaults on + * The client supports the following itemDefaults on * a completion list. * * The value lists the supported property names of the diff --git a/_specifications/lsp/3.17/types/locationLink.md b/_specifications/lsp/3.17/types/locationLink.md index 736b6c6ac..e93ecbb25 100644 --- a/_specifications/lsp/3.17/types/locationLink.md +++ b/_specifications/lsp/3.17/types/locationLink.md @@ -28,7 +28,7 @@ interface LocationLink { /** * The range that should be selected and revealed when this link is being - * followed, e.g the name of a function. Must be contained by the the + * followed, e.g the name of a function. Must be contained by the * `targetRange`. See also `DocumentSymbol#range` */ targetSelectionRange: Range; diff --git a/_specifications/specification-3-14.md b/_specifications/specification-3-14.md index c744b09fb..2afbad617 100644 --- a/_specifications/specification-3-14.md +++ b/_specifications/specification-3-14.md @@ -322,7 +322,7 @@ interface LocationLink { /** * The range that should be selected and revealed when this link is being followed, e.g the name of a function. - * Must be contained by the the `targetRange`. See also `DocumentSymbol#range` + * Must be contained by the `targetRange`. See also `DocumentSymbol#range` */ targetSelectionRange: Range; } diff --git a/_specifications/specification-3-15.md b/_specifications/specification-3-15.md index da84f2e48..086b8a0ee 100644 --- a/_specifications/specification-3-15.md +++ b/_specifications/specification-3-15.md @@ -353,7 +353,7 @@ interface LocationLink { /** * The range that should be selected and revealed when this link is being * followed, for example, the name of a function. - * Must be contained by the the `targetRange`. + * Must be contained by the `targetRange`. * See also `DocumentSymbol#range` */ targetSelectionRange: Range; diff --git a/_specifications/specification-3-16.md b/_specifications/specification-3-16.md index 79a75d3a2..4f18f9aec 100644 --- a/_specifications/specification-3-16.md +++ b/_specifications/specification-3-16.md @@ -490,7 +490,7 @@ interface LocationLink { /** * The range that should be selected and revealed when this link is being - * followed, e.g the name of a function. Must be contained by the the + * followed, e.g the name of a function. Must be contained by the * `targetRange`. See also `DocumentSymbol#range` */ targetSelectionRange: Range;