From 37925abab5e8ed697661d912a8bae79862ab8882 Mon Sep 17 00:00:00 2001 From: Serdar Ozmen Date: Thu, 6 Jul 2023 13:30:01 +0300 Subject: [PATCH] Typo fix --- docs/modules/release-notes/pages/5-2-4.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/release-notes/pages/5-2-4.adoc b/docs/modules/release-notes/pages/5-2-4.adoc index 041ef6115..259e3736c 100644 --- a/docs/modules/release-notes/pages/5-2-4.adoc +++ b/docs/modules/release-notes/pages/5-2-4.adoc @@ -10,7 +10,7 @@ https://github.com/hazelcast/hazelcast/pull/24045[#24045] == Fixes * Fixed an issue where a member with persistence can be restarted even though the persistence file structure is not valid (e.g., the persistence directory does not contain the required files). #5876 -* Fixed an issue where some of the members in a Hazelcast cluster deployed on Kubernetes (as a statefulset) shut down with en exception in a delayed manner. +* Fixed an issue where some of the members in a Hazelcast cluster deployed on Kubernetes (as a statefulset) shut down with an exception in a delayed manner. https://github.com/hazelcast/hazelcast/pull/24709[#24709] * Fixed an issue where Jet job snapshots could be prematurely deleted after a restart of a cluster, having lossless restart enabled. https://github.com/hazelcast/hazelcast/pull/24576[#24576]