From f3967737b071ba480be9929d2424030179677432 Mon Sep 17 00:00:00 2001
From: Aliaksandr Valialkin <valyala@victoriametrics.com>
Date: Fri, 19 Apr 2024 00:24:46 +0200
Subject: [PATCH] docs/Cluster-VictoriaMetrics.md: typo fix after
 dadeb6620a716a90609de3282fb35deb4d98bc62: folling -> following

---
 docs/Cluster-VictoriaMetrics.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/Cluster-VictoriaMetrics.md b/docs/Cluster-VictoriaMetrics.md
index 21f969620b..7a756b5ddc 100644
--- a/docs/Cluster-VictoriaMetrics.md
+++ b/docs/Cluster-VictoriaMetrics.md
@@ -824,7 +824,7 @@ in a single `vmstorage` group are temporarily unavailable:
  -storageNode=g3/host7,g3/host8,g3/host9
 ```
 
-It is OK to mix `-replicationFactor` and `-globalReplicationFactor`. For example, the folling command runs `vmselect`, which continues returning full responses
+It is OK to mix `-replicationFactor` and `-globalReplicationFactor`. For example, the following command runs `vmselect`, which continues returning full responses
 if any number of `vmstorage` nodes in a single `vmstorage` group are temporarily unavailable and the remaining groups contain up to two unavailable `vmstorage` node:
 
 ```