Skip to content

Commit 97497ce

Browse files
authored
Fix mispelled word bellow (#3315)
Co-authored-by: ikappaki <[email protected]>
1 parent 9e882ce commit 97497ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cider.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ Throws an error if PROJECT-TYPE is unknown."
377377
('shadow-cljs (let ((parts (split-string cider-shadow-cljs-command)))
378378
(when-let* ((command (cider--resolve-command (car parts))))
379379
(mapconcat #'identity (cons command (cdr parts)) " "))))
380-
;; TODO: Address the duplicated code bellow.
380+
;; TODO: Address the duplicated code below.
381381
;; here we have to account for the possibility that the command is either
382382
;; "nbb" (default) or "npx nbb".
383383
('nbb (let ((parts (split-string cider-nbb-command)))

0 commit comments

Comments
 (0)