Fix typo in docs/design/index.md (#536)

This commit is contained in:
Matt Irvine
2017-10-30 10:57:29 -07:00
committed by GitHub
parent 10cb78b712
commit f711aaea5b

View File

@@ -18,7 +18,7 @@ SQL DB, and Azure SQL DW instances.
## Message Dispatcher
The JSON-RPC mechanism is build on a message dispatcher. Messages are read from stdio and serialized\deserialized
using JSON.Net. Message handlers are registered with the dispatcher. Ass the messages are processed by
using JSON.Net. Message handlers are registered with the dispatcher. As the messages are processed by
the dispatcher queue they are routed to any registered handlers. The dispatch queue processes messages
serially.