From bf8ad1eb3d97aafb1942d76f62991e2f8fccb6a7 Mon Sep 17 00:00:00 2001 From: Ian Allaway <66171552+harmanhobbit@users.noreply.github.com> Date: Wed, 12 Feb 2025 17:22:16 +0000 Subject: [PATCH] nvim-surround: Fix typo in description Removed extra 'e' from the word upstream in description --- modules/plugins/utility/surround/surround.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/plugins/utility/surround/surround.nix b/modules/plugins/utility/surround/surround.nix index d74966afd..96ff5efb8 100644 --- a/modules/plugins/utility/surround/surround.nix +++ b/modules/plugins/utility/surround/surround.nix @@ -38,7 +38,7 @@ in { default = false; description = '' nvim-surround: add/change/delete surrounding delimiter pairs with ease. - Note that the default mappings deviate from upstreeam to avoid conflicts + Note that the default mappings deviate from upstream to avoid conflicts with nvim-leap. ''; };