We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df2f6ca commit e08bdb3Copy full SHA for e08bdb3
doc/modules/ROOT/pages/hacking.adoc
@@ -1,12 +1,12 @@
1
= Hacking on cider-nrepl
2
3
-Hacking on cider-nrepl requires nothing bit a bit of knowledge of Clojure and nREPL.
+Hacking on cider-nrepl requires nothing but a bit of knowledge of Clojure and nREPL.
4
In this section we'll take a look at some practical tips to make you more productive
5
while working on the project.
6
7
== Makefile
8
9
-cider-nrepl has some pretty complicated Lein profiles, as it has to deal with multiple version of
+cider-nrepl has some pretty complicated Lein profiles, as it has to deal with multiple versions of
10
Clojure and ClojureScript, plus dependency inlining with Mr. Anderson. That's why we've
11
added a good old `Makefile` to save you the trouble of having to think about the profiles
12
and just focus on the tasks at hand.
0 commit comments