From 7750c5a55341c79b4efb01d710495eeea4582b46 Mon Sep 17 00:00:00 2001
From: yrka <76882301+yrka5180@users.noreply.github.com>
Date: Fri, 21 Jul 2023 22:59:23 +0800
Subject: [PATCH] Update MetricsQL.md (#4689)

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

diff --git a/docs/MetricsQL.md b/docs/MetricsQL.md
index b574e02686..2f59fda7e5 100644
--- a/docs/MetricsQL.md
+++ b/docs/MetricsQL.md
@@ -469,7 +469,7 @@ See also [increase_pure](#increase_pure) and [increase](#increase).
 
 #### increase_pure
 
-`increase_pure(series_selector[d])` iis a [rollup function](#rollup-functions), which works the same as [increase](#increase) except
+`increase_pure(series_selector[d])` is a [rollup function](#rollup-functions), which works the same as [increase](#increase) except
 of the following corner case - it assumes that [counters](https://docs.victoriametrics.com/keyConcepts.html#counter) always start from 0,
 while [increase](#increase) ignores the first value in a series if it is too big.