Skip to content

Commit 380073e

Browse files
committed
Fix a typo
1 parent 3c0fd75 commit 380073e

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
@@ -1232,7 +1232,7 @@ It's intended to be used in your Emacs config."
12321232
(defcustom cider-default-cljs-repl nil
12331233
"The default ClojureScript REPL to start.
12341234
This affects commands like `cider-jack-in-cljs'. Generally it's
1235-
intended to be set via .dir-locals.el for individual projects, as its
1235+
intended to be set via .dir-locals.el for individual projects, as it's
12361236
relatively unlikely you'd like to use the same type of REPL in each project
12371237
you're working on."
12381238
:type '(choice (const :tag "Figwheel" figwheel)

0 commit comments

Comments
 (0)