From 5a82f645e46d2908994f9275bc6f5be3bf249861 Mon Sep 17 00:00:00 2001
From: Aliaksandr Valialkin <valyala@gmail.com>
Date: Wed, 9 Sep 2020 01:21:38 +0300
Subject: [PATCH] docs/Single-server-VictoriaMetrics.md: typo fix

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

diff --git a/docs/Single-server-VictoriaMetrics.md b/docs/Single-server-VictoriaMetrics.md
index b81bb58c50..75f67b0d7b 100644
--- a/docs/Single-server-VictoriaMetrics.md
+++ b/docs/Single-server-VictoriaMetrics.md
@@ -1101,7 +1101,7 @@ for data with timestamps close to the current time.
 
 ### Data updates
 
-VictoriaMetrics doesn't support updating already exiting sample values to new ones. It stores all the ingested data points
+VictoriaMetrics doesn't support updating already existing sample values to new ones. It stores all the ingested data points
 for the same time series with identical timestamps. While is possible substituting old time series with new time series via
 [removal of old time series](#how-to-delete-timeseries) and then [writing new time series](#backfilling), this approach
 should be used only for one-off updates. It shouldn't be used for frequent updates because of non-zero overhead related to data removal.