From fd66cf5c1079e385d2f25212f7c11068e386ea0d Mon Sep 17 00:00:00 2001
From: Pieter Gijsbers
Date: Fri, 21 Jul 2023 17:50:43 +0200
Subject: [PATCH] Add missing word: "is" (#927)
Per title, it seemed that the word "is" was missing from the sentence.
---
source/operations/concepts.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/source/operations/concepts.rst b/source/operations/concepts.rst
index 58a9a85f..b1d4edae 100644
--- a/source/operations/concepts.rst
+++ b/source/operations/concepts.rst
@@ -57,7 +57,7 @@ How does MinIO manage multiple virtual or physical servers?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
While testing MinIO may only involve a single drive on a single computer, most production MinIO deployments use multiple compute and storage devices to create a high availability environment.
-A server pool a set of :mc:`minio server` nodes that pool their drives and resources to support object storage write and retrieval requests.
+A server pool is a set of :mc:`minio server` nodes that pool their drives and resources to support object storage write and retrieval requests.
MinIO supports adding one or more server pools to existing MinIO deployments for horizontal expansion.
When MinIO has multiple server pools available, an individual object always writes to the same erasure set in the same server pool.