Skip to content

Commit 4498503

Browse files
authored
docs: fix typo in lsp-copilot.el docs (#4778)
1 parent 54251da commit 4498503

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clients/lsp-copilot.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
(defcustom lsp-copilot-auth-check-delay 5
4848
"How much time to wait before checking if the server is properly authenticated.
4949
50-
Set this value to nil if you do not with for the check to be made."
50+
Set this value to nil if you do not want for the check to be made."
5151
:type '(choice (const :tag "Do not check" nil)
5252
(integer :tag "Seconds" 5)))
5353

0 commit comments

Comments
 (0)