nvim-surround: fix typo in description (#631)

Removed extra 'e' from the word upstream in description

Co-authored-by: raf <raf@notashelf.dev>
This commit is contained in:
Ian Allaway 2025-02-13 04:38:51 +00:00 committed by GitHub
parent 63c032cf87
commit 9b20083128
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.
'';
};