Fix typo in Color Presentation Request.

This commit is contained in:
Eric Huss 2018-08-11 14:41:18 -07:00
parent 9d64e8cb88
commit eebe01d802

View file

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