mirror of
https://github.com/microsoft/language-server-protocol.git
synced 2025-12-23 08:48:16 +00:00
Fix minor syntax mistakes
Unless it's me who doesn't understand the sentence, I think "registering" was meant to be used in these two places, instead of "registered".
This commit is contained in:
parent
de2ab737aa
commit
12fab47e19
1 changed files with 2 additions and 2 deletions
|
|
@ -1987,7 +1987,7 @@ _Registration Options_: `DidChangeWatchedFilesRegistrationOptions` defined as fo
|
|||
|
||||
```typescript
|
||||
/**
|
||||
* Describe options to be used when registered for text document change events.
|
||||
* Describe options to be used when registering for text document change events.
|
||||
*/
|
||||
export interface DidChangeWatchedFilesRegistrationOptions {
|
||||
/**
|
||||
|
|
@ -2209,7 +2209,7 @@ _Registration Options_: `TextDocumentChangeRegistrationOptions` defined as follo
|
|||
|
||||
```typescript
|
||||
/**
|
||||
* Describe options to be used when registered for text document change events.
|
||||
* Describe options to be used when registering for text document change events.
|
||||
*/
|
||||
export interface TextDocumentChangeRegistrationOptions extends TextDocumentRegistrationOptions {
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue