Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bbatsov committed May 7, 2024
1 parent 3c0fd75 commit 380073e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cider.el
Original file line number Diff line number Diff line change
Expand Up @@ -1232,7 +1232,7 @@ It's intended to be used in your Emacs config."
(defcustom cider-default-cljs-repl nil
"The default ClojureScript REPL to start.
This affects commands like `cider-jack-in-cljs'. Generally it's
intended to be set via .dir-locals.el for individual projects, as its
intended to be set via .dir-locals.el for individual projects, as it's
relatively unlikely you'd like to use the same type of REPL in each project
you're working on."
:type '(choice (const :tag "Figwheel" figwheel)
Expand Down

0 comments on commit 380073e

Please sign in to comment.