From 2f2e40aae0420680fbbc6ac2d72391a914b3e17c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20Bresson?= Date: Mon, 8 Jul 2024 15:40:32 +0200 Subject: [PATCH] Add missing word (#1142) --- docs/modules/cache/pages/overview.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/cache/pages/overview.adoc b/docs/modules/cache/pages/overview.adoc index 1bccd06fd..63689d2cf 100644 --- a/docs/modules/cache/pages/overview.adoc +++ b/docs/modules/cache/pages/overview.adoc @@ -49,7 +49,7 @@ To use Hazelcast as a distributed cache, you can choose one of the following top |Data access is faster because applications don’t need to send a request to the cache cluster over the network. |Hazelcast can be embedded only in Java applications. -Each new instance of your application adds a new member to the cluster even if you don't it. +Each new instance of your application adds a new member to the cluster even if you don't need it. |Client/server |Supports independent scaling of the application and the cache cluster.