aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkshay <[email protected]>2021-11-28 08:09:30 +0000
committerAkshay <[email protected]>2021-11-28 08:09:30 +0000
commitcef2deec580acda72e0575b47b6415e5421736a7 (patch)
tree009d7145d424165477a1a57b06849b433b9be352
parenta7edc7b471d799a680d73a9b7911bbd982f772e3 (diff)
fix spell err in readme.md
-rw-r--r--readme.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/readme.md b/readme.md
index ae525c9..e715a1b 100644
--- a/readme.md
+++ b/readme.md
@@ -98,7 +98,8 @@ your project root:
98``` 98```
99# within statix.toml 99# within statix.toml
100disabled = [ 100disabled = [
101 "unquoted_splices" 101 "unquoted_splice",
102 "empty_pattern",
102] 103]
103``` 104```
104 105