summaryrefslogtreecommitdiff
path: root/doc/caveats.md
diff options
context:
space:
mode:
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 64a87cfe..acf91a3c 100644
--- a/doc/caveats.md
+++ b/doc/caveats.md
@@ -21,7 +21,7 @@ ClojureScript source code (file, line & column) is set only when evaluating the
entire source buffer (<kbd>C-c C-k</kbd>). All other interactive code evaluation
commands (e.g. <kbd>C-c C-e</kbd>) don't set this metadata and you won't be able
to use commands like `find-var` on such vars. This is a limitation of nREPL and
-piggieback, that's beyond CIDER. You can find some discussions on the subject
+Piggieback, that's beyond CIDER. You can find some discussions on the subject
[here](http://dev.clojure.org/jira/browse/NREPL-59) and
[here](https://github.com/clojure-emacs/cider/issues/830).