From 9b200831281d1c338fc81afaea2516793da3f2f5 Mon Sep 17 00:00:00 2001 From: Ian Allaway <66171552+harmanhobbit@users.noreply.github.com> Date: Thu, 13 Feb 2025 04:38:51 +0000 Subject: [PATCH] nvim-surround: fix typo in description (#631) Removed extra 'e' from the word upstream in description Co-authored-by: raf --- 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 d74966af..96ff5efb 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. ''; };