tag: 1.2
commit e33fadbd840b3e1d6e930ed3900626ab8aa97d8c
Author: mkcms <[email protected]>
Commit: João Távora <[email protected]>

    * eglot.el (eglot-client-capabilities): Fix a typo.
---
 eglot.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eglot.el b/eglot.el
index f0a4b71..f590313 100644
--- a/eglot.el
+++ b/eglot.el
@@ -167,7 +167,7 @@ lasted more than that many seconds."
                         :applyEdit t
                         :executeCommand `(:dynamicRegistration :json-false)
                         :workspaceEdit `(:documentChanges :json-false)
-                        :didChangeWatchesFiles `(:dynamicRegistration t)
+                        :didChangeWatchedFiles `(:dynamicRegistration t)
                         :symbol `(:dynamicRegistration :json-false))
             :textDocument
             (list

Reply via email to