summaryrefslogtreecommitdiff
path: root/doc/caveats.md
diff options
context:
space:
mode:
authorMichael Rooke <mike.rooke@gmail.com>2018-12-13 16:50:06 -0500
committerBozhidar Batsov <bozhidar.batsov@gmail.com>2018-12-14 10:58:18 +0200
commitf6ed304dbe6dbf0bfb9fc2985267557ed100d240 (patch)
tree2ae41f5ad664252bec0d6ab0e8ed5c6294540516 /doc/caveats.md
parent3d5764549a4af73b9b28f92e33d59968b5c82032 (diff)
Correct spelling errors in docs
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).