From e545a60ee29fd167075dabbf26cc495ed504dc4c Mon Sep 17 00:00:00 2001 From: rtacr Date: Thu, 25 May 2023 10:00:37 +0300 Subject: [PATCH] [bitnami/mariadb-galera] Fix typo in README (#35213) Update README Signed-off-by: Recep Acar --- bitnami/mariadb-galera/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitnami/mariadb-galera/README.md b/bitnami/mariadb-galera/README.md index 011da91723d6..fb731ab9268b 100644 --- a/bitnami/mariadb-galera/README.md +++ b/bitnami/mariadb-galera/README.md @@ -468,7 +468,7 @@ In the above command a new node is created and configured to join the bootstrapp You now have a two node MariaDB Galera cluster up and running. Write to any node of the cluster are automatically propagated to every node. You can scale the cluster by adding/removing slaves without incurring any downtime. -> **Important**: If you need to stop the MariaDB Galera cluster, ensure you stop the bootstrap node only after you have stopped all other nodes in the cluster. This ensure you do not loose any write that may have occurred while the nodes were being stopped. +> **Important**: If you need to stop the MariaDB Galera cluster, ensure you stop the bootstrap node only after you have stopped all other nodes in the cluster. This ensure you do not lose any write that may have occurred while the nodes were being stopped. ### Slow filesystems