branch: elpa/web-mode
commit 837f422f0858a5bda7692cd8fd25ab34a57403e4
Merge: 7ad06cafec 4e3a7ebfef
Author: fxbois <fxb...@gmail.com>
Commit: GitHub <nore...@github.com>

    Merge pull request #1231 from dalugm/patch-1
---
 web-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/web-mode.el b/web-mode.el
index 3284b429a6..8baaa52529 100644
--- a/web-mode.el
+++ b/web-mode.el
@@ -314,7 +314,7 @@ See web-mode-block-face."
 
 (defcustom web-mode-extra-control-blocks '()
   "A list of additional control blocks."
-  :type '(alist :key-type string :value-type (repaet string))
+  :type '(alist :key-type string :value-type (repeat string))
   :group 'web-mode)
 
 (defcustom web-mode-tests-directory (concat default-directory "tests/")

Reply via email to