From 12fab47e19a51fe1031b56820dadcdd50fa08021 Mon Sep 17 00:00:00 2001 From: Simon Marchi Date: Wed, 16 May 2018 17:40:26 -0400 Subject: [PATCH] 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". --- specification.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/specification.md b/specification.md index 292298f..c34bd7b 100644 --- a/specification.md +++ b/specification.md @@ -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 { /**