From 2cbf07e12943ac06050db9ae0a1db9ff665d34f9 Mon Sep 17 00:00:00 2001 From: Gerg-L Date: Fri, 10 Oct 2025 19:58:36 -0400 Subject: [PATCH] lint: typos --- docs/release-notes/rl-0.7.md | 2 +- modules/plugins/assistant/copilot/copilot.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/release-notes/rl-0.7.md b/docs/release-notes/rl-0.7.md index ed9d2d81..83b4efd7 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 b19a7d6b..24c4286b 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 suggetion"; + description = "Accept suggestion"; }; acceptWord = mkOption {