Typo fixed

This commit is contained in:
Karsten Thoms 2016-07-29 09:46:46 +02:00 committed by GitHub
parent 2d6bc9290d
commit c26caa6fce

View file

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