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.