Skip to content

Commit 9b579c3

Browse files
committed
Fix a typo
1 parent a87812e commit 9b579c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ This command will load each rule group in the specified files and load them into
6262

6363
#### Rules Lint
6464

65-
This command lints a rules file. The linter's aim is not verify correctness but just YAML and PromQL expression formatting within the rule file. This command always edits in place, you can use the dry run flag (`-n`) if you'd like to perform a trial run that does not make any changes.
65+
This command lints a rules file. The linter's aim is not to verify correctness but just YAML and PromQL expression formatting within the rule file. This command always edits in place, you can use the dry run flag (`-n`) if you'd like to perform a trial run that does not make any changes.
6666

6767
cortextool rules lint -n ./example_rules_one.yaml ./example_rules_two.yaml ...
6868

0 commit comments

Comments
 (0)