From 6228d0f56e39ed9ec80260738d9d9259e722ab8c Mon Sep 17 00:00:00 2001 From: Javier Adriel Date: Wed, 9 Nov 2022 15:38:38 -0600 Subject: [PATCH] Fix typo in installation (#637) Found this typo while reading the documentation. Not sure if this everything that is needed since i'm not familiar with how docs are generated but hope this helps :) Please close this PR if i'm missing something --- source/includes/common/installation.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/includes/common/installation.rst b/source/includes/common/installation.rst index d1e184a8..89cdec10 100644 --- a/source/includes/common/installation.rst +++ b/source/includes/common/installation.rst @@ -22,7 +22,7 @@ You can deploy MinIO using one of the following topologies: :ref:`Single-Node Single-Drive ` (SNSD or "Standalone") Local development and evaluation with no/limited reliability -:ref:`Single-Node Multi-Drive ` (MNMD or "Standalone Multi-Drive") +:ref:`Single-Node Multi-Drive ` (SNMD or "Standalone Multi-Drive") Workloads with lower performance, scale, and capacity requirements Drive-level reliability with configurable tolerance for loss of up to 1/2 all drives @@ -105,4 +105,4 @@ source-based installations in production environments. /operations/install-deploy-manage/deploy-minio-single-node-single-drive /operations/install-deploy-manage/deploy-minio-single-node-multi-drive /operations/install-deploy-manage/deploy-minio-multi-node-multi-drive - /operations/install-deploy-manage/multi-site-replication \ No newline at end of file + /operations/install-deploy-manage/multi-site-replication