Fix typo.

This commit is contained in:
Martín Lucas Golini
2023-03-09 02:19:23 -03:00
parent c6200f4b53
commit 61ecffe2e7

View File

@@ -65,7 +65,7 @@
{
"language": "haskell",
"file_patterns": ["%.hs$"],
"command": "ornolu $FILENAME"
"command": "ormolu $FILENAME"
}
]
}