From daca587c77908504f219e7679ed57d5c5c027ad0 Mon Sep 17 00:00:00 2001 From: Jonathan MacMillan Date: Tue, 20 Jun 2017 15:19:04 -0700 Subject: [PATCH] Fix a typo in the High Availability docs (#4048) --- docs/admin/high-availability/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/admin/high-availability/index.md b/docs/admin/high-availability/index.md index bc7b691141..5bff42541a 100644 --- a/docs/admin/high-availability/index.md +++ b/docs/admin/high-availability/index.md @@ -17,7 +17,7 @@ be working to add this continuous testing, but for now the single-node master in ## Overview -Setting up a truly reliable, highly available distributed system requires a number of steps, it is akin to +Setting up a truly reliable, highly available distributed system requires a number of steps. It is akin to wearing underwear, pants, a belt, suspenders, another pair of underwear, and another pair of pants. We go into each of these steps in detail, but a summary is given here to help guide and orient the user.