diff options
author | Akshay <[email protected]> | 2021-11-28 08:09:30 +0000 |
---|---|---|
committer | Akshay <[email protected]> | 2021-11-28 08:09:30 +0000 |
commit | cef2deec580acda72e0575b47b6415e5421736a7 (patch) | |
tree | 009d7145d424165477a1a57b06849b433b9be352 /readme.md | |
parent | a7edc7b471d799a680d73a9b7911bbd982f772e3 (diff) |
fix spell err in readme.md
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -98,7 +98,8 @@ your project root: | |||
98 | ``` | 98 | ``` |
99 | # within statix.toml | 99 | # within statix.toml |
100 | disabled = [ | 100 | disabled = [ |
101 | "unquoted_splices" | 101 | "unquoted_splice", |
102 | "empty_pattern", | ||
102 | ] | 103 | ] |
103 | ``` | 104 | ``` |
104 | 105 | ||