From 931021270c56a94e6eb4db8598d4b12921dd9eed Mon Sep 17 00:00:00 2001 From: Aaron Hartwig Date: Fri, 9 Sep 2022 10:43:26 -0500 Subject: [PATCH] docs: fix small typo in servers.adoc (#757) --- doc/guide/servers.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.