From 4739dff6f02bae8eb4c977c9825901df81880a11 Mon Sep 17 00:00:00 2001 From: Aliaksandr Valialkin Date: Wed, 9 Sep 2020 00:59:31 +0300 Subject: [PATCH] docs/Single-server-VictoriaMetrics.md: typo fix --- README.md | 2 +- docs/Single-server-VictoriaMetrics.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bc9482bda..b81bb58c5 100644 --- a/README.md +++ b/README.md @@ -538,7 +538,7 @@ The following command may be used for verifying the imported data: curl -G 'http://localhost:8428/api/v1/export' -d 'match={__name__=~"foo"}' ``` -It should return somethins like the following: +It should return something like the following: ``` {"metric":{"__name__":"foo","bar":"baz"},"values":[123],"timestamps":[1594370496905]} diff --git a/docs/Single-server-VictoriaMetrics.md b/docs/Single-server-VictoriaMetrics.md index bc9482bda..b81bb58c5 100644 --- a/docs/Single-server-VictoriaMetrics.md +++ b/docs/Single-server-VictoriaMetrics.md @@ -538,7 +538,7 @@ The following command may be used for verifying the imported data: curl -G 'http://localhost:8428/api/v1/export' -d 'match={__name__=~"foo"}' ``` -It should return somethins like the following: +It should return something like the following: ``` {"metric":{"__name__":"foo","bar":"baz"},"values":[123],"timestamps":[1594370496905]}