diff --git a/docs/release-notes/rl-0.7.md b/docs/release-notes/rl-0.7.md index 83b4efd7..ed9d2d81 100644 --- a/docs/release-notes/rl-0.7.md +++ b/docs/release-notes/rl-0.7.md @@ -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 diff --git a/modules/plugins/assistant/copilot/copilot.nix b/modules/plugins/assistant/copilot/copilot.nix index 24c4286b..b19a7d6b 100644 --- a/modules/plugins/assistant/copilot/copilot.nix +++ b/modules/plugins/assistant/copilot/copilot.nix @@ -93,7 +93,7 @@ in { accept = mkOption { type = nullOr str; default = ""; - description = "Accept suggestion"; + description = "Accept suggetion"; }; acceptWord = mkOption {