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:
Simon Marchi 2018-05-16 17:40:26 -04:00 committed by GitHub
parent de2ab737aa
commit 12fab47e19
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 {
/**