Fix typo in docstring

This commit is contained in:
Michael Eliachevitch 2022-01-10 19:18:40 +01:00 committed by Youmu
parent e6be41bed7
commit 0ce1ea96b4
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)