Fixed typos with receive

This commit is contained in:
JefftheBest1
2017-01-12 15:27:56 +11:00
committed by showell
parent 9de75f5167
commit f0afa3e8df
5 changed files with 6 additions and 6 deletions

View File

@@ -45,7 +45,7 @@ location /static/ {
[tornado-django]: architecture-overview.html?highlight=tornado#tornado-and-django
All our connected clients hold open long-polling connections so that
they can recieve events (messages, presence notifications, and so on) in
they can receive events (messages, presence notifications, and so on) in
real-time. Events are served by Zulip's `tornado` application.
Nearly every other kind of request is served by the `zerver` Django