fix spell err in readme.md

This commit is contained in:
Akshay 2021-11-28 13:39:30 +05:30
parent a7edc7b471
commit cef2deec58

View File

@ -98,7 +98,8 @@ your project root:
``` ```
# within statix.toml # within statix.toml
disabled = [ disabled = [
"unquoted_splices" "unquoted_splice",
"empty_pattern",
] ]
``` ```