Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e08bdb3

Browse files
committedJun 15, 2023
Fix some typos
1 parent df2f6ca commit e08bdb3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎doc/modules/ROOT/pages/hacking.adoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
= Hacking on cider-nrepl
22

3-
Hacking on cider-nrepl requires nothing bit a bit of knowledge of Clojure and nREPL.
3+
Hacking on cider-nrepl requires nothing but a bit of knowledge of Clojure and nREPL.
44
In this section we'll take a look at some practical tips to make you more productive
55
while working on the project.
66

77
== Makefile
88

9-
cider-nrepl has some pretty complicated Lein profiles, as it has to deal with multiple version of
9+
cider-nrepl has some pretty complicated Lein profiles, as it has to deal with multiple versions of
1010
Clojure and ClojureScript, plus dependency inlining with Mr. Anderson. That's why we've
1111
added a good old `Makefile` to save you the trouble of having to think about the profiles
1212
and just focus on the tasks at hand.

0 commit comments

Comments
 (0)
Please sign in to comment.