Unnamed repository; edit this file 'description' to name the repository.
fix(themes): correct typo in `theme.toml`
| -rw-r--r-- | theme.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/theme.toml b/theme.toml index 9eeb008db..83791b0ab 100644 --- a/theme.toml +++ b/theme.toml @@ -40,7 +40,7 @@ label = "honey" "diff.minus" = "#f22c86" "diff.delta" = "#6f44f0" -# TODO: diferentiate doc comment +# TODO: differentiate doc comment # concat (ERROR) @error.syntax and "MISSING ;" selectors for errors "ui.background" = { bg = "midnight" } |