mirror of
https://github.com/microsoft/language-server-protocol.git
synced 2025-12-23 08:48:16 +00:00
Typo fixed
This commit is contained in:
parent
2d6bc9290d
commit
c26caa6fce
1 changed files with 1 additions and 1 deletions
|
|
@ -67,7 +67,7 @@ interface Message {
|
|||
```
|
||||
#### RequestMessage
|
||||
|
||||
A request message to decribe a request between the client and the server. Every processed request must send a response back to the sender of the request.
|
||||
A request message to describe a request between the client and the server. Every processed request must send a response back to the sender of the request.
|
||||
|
||||
```typescript
|
||||
interface RequestMessage extends Message {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue