We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
bellow
1 parent 9e882ce commit 97497ceCopy full SHA for 97497ce
cider.el
@@ -377,7 +377,7 @@ Throws an error if PROJECT-TYPE is unknown."
377
('shadow-cljs (let ((parts (split-string cider-shadow-cljs-command)))
378
(when-let* ((command (cider--resolve-command (car parts))))
379
(mapconcat #'identity (cons command (cdr parts)) " "))))
380
- ;; TODO: Address the duplicated code bellow.
+ ;; TODO: Address the duplicated code below.
381
;; here we have to account for the possibility that the command is either
382
;; "nbb" (default) or "npx nbb".
383
('nbb (let ((parts (split-string cider-nbb-command)))
0 commit comments