docs: Typo and odd grammar fix (#240)

* Typo and odd grammar

* Forgot a word in my edit
This commit is contained in:
JimmyBot 2017-07-16 10:47:45 -04:00 committed by Andrey Petrov
parent 05597b3e6a
commit 2c1e5239c5

View File

@ -1,7 +1,6 @@
/* /*
`chat` package is a server-agnostic implementation of a chat interface, built `chat` package is a server-agnostic implementation of a chat interface, built
with the intention of using with the intention of using as the backend for to be used as the backend for ssh-chat.
ssh-chat.
This package should not know anything about sockets. It should expose io-style This package should not know anything about sockets. It should expose io-style
interfaces and rooms for communicating with any method of transnport. interfaces and rooms for communicating with any method of transnport.
@ -11,3 +10,4 @@ TODO: Add usage examples here.
*/ */
package chat package chat