Merge pull request #1179 from Gerg-L/typos

chore: fix typos
This commit is contained in:
raf 2025-10-11 06:34:27 +03:00 committed by GitHub
commit 9df9d51fd9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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 - Add [ocaml-lsp] support
- Fix "Emac" typo - Fix `Emac` typo
- Add [new-file-template.nvim] to automatically fill new file contents using - Add [new-file-template.nvim] to automatically fill new file contents using
templates templates

View file

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