From eebe01d80230017abb2d34b4c4476efc51d605cb Mon Sep 17 00:00:00 2001 From: Eric Huss Date: Sat, 11 Aug 2018 14:41:18 -0700 Subject: [PATCH] Fix typo in Color Presentation Request. --- specification.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification.md b/specification.md index 825b2a9..a9242a8 100644 --- a/specification.md +++ b/specification.md @@ -3633,7 +3633,7 @@ The color presentation request is sent from the client to the server to obtain a _Request_: * method: 'textDocument/colorPresentation' -* params: `DocumentColorParams` defined as follows +* params: `ColorPresentationParams` defined as follows ```typescript interface ColorPresentationParams {