From 748f1e075d80dc7645d0c58bb7305d70301de30d Mon Sep 17 00:00:00 2001 From: Andrea Longo Date: Thu, 25 Apr 2024 12:32:39 -0600 Subject: [PATCH] Typo in exclusive volume access admonition (#1197) oops typo --- source/includes/common-admonitions.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/includes/common-admonitions.rst b/source/includes/common-admonitions.rst index c3d66880..a7353f10 100644 --- a/source/includes/common-admonitions.rst +++ b/source/includes/common-admonitions.rst @@ -75,6 +75,6 @@ within that path up to the root as part of the removal operation. No other processes, software, scripts, or persons should perform *any* actions directly on the drives or volumes provided to MinIO or the objects or files MinIO places on them. Unless directed by MinIO Engineering, do not use scripts or tools to directly modify, delete, or move any of the data shards, parity shards, or metadata files on the provided drives, including from one drive or node to another. - Such operations are very like to result in widespread corruption and data loss beyond MinIO's ability to heal. + Such operations are very likely to result in widespread corruption and data loss beyond MinIO's ability to heal. -.. end-exclusive-drive-access \ No newline at end of file +.. end-exclusive-drive-access