From 403a7b4a1fb3e15a5750da0d7675035c2a38b804 Mon Sep 17 00:00:00 2001 From: ArtemVoitsekhovskyi <82466168+ArtemVoitsekhovskyi@users.noreply.github.com> Date: Wed, 14 Apr 2021 12:45:22 +0300 Subject: [PATCH] Grammar-correction (#1210) --- .github/ISSUE_TEMPLATE/bug_report.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 36e68b1714..0bbea0f95d 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -9,7 +9,7 @@ assignees: '' **Describe the bug** A clear and concise description of what the bug is. -It would be great [upgrading](https://victoriametrics.github.io/#how-to-upgrade) to [the latest avaialble release](https://github.com/VictoriaMetrics/VictoriaMetrics/releases) +It would be a great [upgrading](https://victoriametrics.github.io/#how-to-upgrade) to [the latest avaialble release](https://github.com/VictoriaMetrics/VictoriaMetrics/releases) and verifying whether the bug is reproducible there. It is also recommended reading [troubleshooting docs](https://victoriametrics.github.io/#troubleshooting). @@ -30,7 +30,7 @@ victoria-metrics-20190730-121249-heads-single-node-0-g671d9e55 ``` **Used command-line flags** -Command-line flags are listed as `flag{name="httpListenAddr", value=":443"} 1` lines at `/metrics` page. +Command-line flags are listed as `flag{name="httpListenAddr", value=":443"} 1` lines at the `/metrics` page. See the following docs for details: * [monitoring for single-node VictoriaMetrics](https://github.com/VictoriaMetrics/VictoriaMetrics/blob/master/README.md#monitoring)