lint: typos

This commit is contained in:
Gerg-L 2025-10-10 19:58:36 -04:00
commit 2cbf07e129
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -170,7 +170,7 @@ The changes are, in no particular order:
- Add [ocaml-lsp] support
- Fix "Emac" typo
- Fix `Emac` typo
- Add [new-file-template.nvim] to automatically fill new file contents using
templates

View file

@ -93,7 +93,7 @@ in {
accept = mkOption {
type = nullOr str;
default = "<M-l>";
description = "Accept suggetion";
description = "Accept suggestion";
};
acceptWord = mkOption {