From 9d55ad9570e8888454b0f1807cde3136f324695f Mon Sep 17 00:00:00 2001 From: Sudeep Bhandari Date: Fri, 17 Jun 2022 12:25:11 +0545 Subject: [PATCH] Trivial grammar fix in README.md A minor grammatical error is fixed under Usage > Configuration > replicas in the README.md file. Closes-Bug: #1979029 Change-Id: Ice371e667979217eb22a82a8722e2e234ca4f762 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 94bb772..a53341d 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ nodes. Values include 'manual' (the default) and 'auto'. ### `replicas` -The `replicas` option stipulates the number of data replicas are needed. This +The `replicas` option stipulates the number of data replicas that are needed. This value should be equal to the number of zones. The default value is '3'. ## Deployment