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.
1 parent 6167e2f commit 77085edCopy full SHA for 77085ed
cider.el
@@ -418,7 +418,7 @@ should be the regular Clojure REPL started by the server process filter."
418
(cider-make-connection-default client-buffer)
419
(pcase (assoc cider-cljs-lein-repl cider--cljs-repl-types)
420
(`(,_ ,name ,info)
421
- (message "Starting a %s REPLm%s" name (or info "")))
+ (message "Starting a %s REPL%s" name (or info "")))
422
(_ (message "Starting a custom ClojureScript REPL")))
423
(cider-nrepl-send-request
424
(list "op" "eval"
0 commit comments