summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorVitaly Lischenko <lischenko@gmail.com>2018-12-24 11:06:15 -0800
committerBozhidar Batsov <bozhidar.batsov@gmail.com>2018-12-24 23:14:44 +0200
commit05a69ae705b7dd368dd2bf2ba9ae0d0715eb1f4e (patch)
tree10a0f18967a59697b79c1b55f307ae7d50b7a1a8 /doc
parent4e402d0bc3c274b077285039e1eb238d275c19c3 (diff)
Fix typo in navigating_stacktraces.md
cider-stack-trade-fill-column -> cider-stacktrace-fill-column
Diffstat (limited to 'doc')
-rw-r--r--doc/navigating_stacktraces.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/navigating_stacktraces.md b/doc/navigating_stacktraces.md
index 7c484934..934ff5f1 100644
--- a/doc/navigating_stacktraces.md
+++ b/doc/navigating_stacktraces.md
@@ -87,7 +87,7 @@ if they are both present.
Finally, CIDER can wrap error messages when they are displayed in a
buffer to help improve their readability. CIDER uses
-`cider-stack-trade-fill-column` for this, which can take on three
+`cider-stacktrace-fill-column` for this, which can take on three
types of values:
- `nil`: The error is not wrapped.