Fix typo in docstring

This commit is contained in:
Michael Eliachevitch 2022-01-10 19:18:40 +01:00
parent e6be41bed7
commit 5a3fc94a49
No known key found for this signature in database
GPG Key ID: 1B8F95C8125DCE31
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@
"The `evil-state's which `company' function can be requested."
:type '(repeat symbol))
(defcustom evil-collection-want-company-extended-keybindings nil
"The 'evil-company-extended' keybindings shoould be requested"
"The 'evil-company-extended' keybindings should be requested"
:type 'boolean)
(defvar company-active-map)