From 2df1a482daee9e8fa7433b0392ef81dcc2322f9f Mon Sep 17 00:00:00 2001 From: Guangwen Feng Date: Thu, 7 Jan 2021 18:01:08 +0800 Subject: [PATCH] Fix misspelled word in comment (#8348) Signed-off-by: Guangwen Feng --- cmd/promtool/testdata/bad-rules-error-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/promtool/testdata/bad-rules-error-test.yml b/cmd/promtool/testdata/bad-rules-error-test.yml index 963994d8b..329a20181 100644 --- a/cmd/promtool/testdata/bad-rules-error-test.yml +++ b/cmd/promtool/testdata/bad-rules-error-test.yml @@ -10,5 +10,5 @@ tests: - series: 'join_2{a="1",b="4"}' values: 3 - # Just the existance of the data, that can't be joined, makes the recording + # Just the existence of the data, that can't be joined, makes the recording # rules error. -- GitLab