branch: elpa/helm
commit 33d6696edda3e8867f2895a098e9c291b71979f7
Author: Daniel Nemenyi <daniel.neme...@kcl.ac.uk>
Commit: Daniel Nemenyi <daniel.neme...@kcl.ac.uk>

    Fix typo in helm-completion-style docstring
---
 helm-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/helm-mode.el b/helm-mode.el
index 9d3b1c98a8..e1226c9bbd 100644
--- a/helm-mode.el
+++ b/helm-mode.el
@@ -289,7 +289,7 @@ There are three possible values to use:
 - helm, use multi match regular helm completion.
 
 - helm-fuzzy, use fuzzy matching.  Note that as usual when
-  entering a space helm switch to multi matching mode.
+  entering a space helm switches to multi matching mode.
 
 - emacs, use regular Emacs completion according to
   `completion-styles'.  Note that even in this style, helm allows using

Reply via email to