From 87efaf17fe34e2b1e7ef7d580918ab40acaaec75 Mon Sep 17 00:00:00 2001 From: Peter Macdonald Date: Sat, 25 May 2024 15:25:47 +0200 Subject: [PATCH] fixes typo in messy rule docs (#744) Signed-off-by: Peter Macdonald --- docs/rules/style/messy-rule.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/rules/style/messy-rule.md b/docs/rules/style/messy-rule.md index 9038143d..79ed7e44 100644 --- a/docs/rules/style/messy-rule.md +++ b/docs/rules/style/messy-rule.md @@ -34,7 +34,7 @@ unrelated_rule if { ## Rationale -Rules that are definecd incrementally should have their definitions grouped together, as this makes the code easier to +Rules that are defined incrementally should have their definitions grouped together, as this makes the code easier to follow. While this is mostly a style preference, having incremental rules grouped also allows editors like VS Code to "know" that the rules belong together, allowing them to be smarter when displaying the symbols of a workspace.