From acfbe94a623c6e01a0e0c3bc466ea441a5d4174a Mon Sep 17 00:00:00 2001 From: Ginger Collison Date: Wed, 5 Jun 2019 17:11:27 -0500 Subject: [PATCH] Update upgrading_cluster.md --- nats_admin/upgrading_cluster.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nats_admin/upgrading_cluster.md b/nats_admin/upgrading_cluster.md index 2be07a6..98946cc 100644 --- a/nats_admin/upgrading_cluster.md +++ b/nats_admin/upgrading_cluster.md @@ -83,4 +83,4 @@ nats-server -D -p 4333 -cluster nats://localhost:6333 -routes nats://localhost:6 nats-server -D -p 4444 -cluster nats://localhost:6444 -routes nats://localhost:6222 ``` -Once they connect to the 'seed server', the will learn about all the other servers and connect to each other forming the full mesh. +Once they connect to the 'seed server', they will learn about all the other servers and connect to each other forming the full mesh.