summaryrefslogtreecommitdiff
path: root/doc/caveats.md
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2016-04-12 00:15:27 -0700
committerBozhidar Batsov <bozhidar@batsov.com>2016-04-12 00:15:27 -0700
commit8524dd6ba1b1d7f5112c035dac176b15cc28b6c3 (patch)
treeef9d425f5fe1ce821e8b550f394f9179f9fe29b8 /doc/caveats.md
parent014fb4081d24dfd0686dcc0a290577f75828957e (diff)
Tweak a bit some mentions of nil in the manual
Diffstat (limited to 'doc/caveats.md')
-rw-r--r--doc/caveats.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/caveats.md b/doc/caveats.md
index 0cb32d0c..d4091713 100644
--- a/doc/caveats.md
+++ b/doc/caveats.md
@@ -80,6 +80,6 @@ If someone would like to tackle them, we'd be happy to provide assitance.
Because injection currently creates an override of `tools.nrepl` dependency that
Leingingen also pulls in starting up the REPL will fail if `:pedantic? :abort`
is set. Either remove the `:pedantic? :abort` setting or switch off injecting
-the dependencies with setting `cider-inject-dependencies-at-jack-in` to nil and
+the dependencies with setting `cider-inject-dependencies-at-jack-in` to `nil` and
provide the dependencies by editing your `~/.lein/profiles.clj` as described in
the [standalone REPL](#setting-up-a-standalone-repl) section.