diff --git a/doc/guide/servers.adoc b/doc/guide/servers.adoc index 30f6caf43..a06791671 100644 --- a/doc/guide/servers.adoc +++ b/doc/guide/servers.adoc @@ -13,7 +13,7 @@ In the simplest case, after doing any initialization required on startup, a server will: - RECV to collect a request. -- Inspect the request and figure out what needs done. +- Inspect the request and figure out what needs to be done. - Do it. - Reply. - Repeat.