summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2017-12-09 12:43:23 +0200
committerBozhidar Batsov <bozhidar@batsov.com>2017-12-09 12:43:23 +0200
commit207bab1a303c15cfccf5ca7ef125587c4dd4bfdd (patch)
tree27ef3a8a5bfdef1e8953321f554df12207f6a0e1 /doc
parent2fe60860161a1541d74fc94138d3094b10a05e4b (diff)
Add a missing closing parenthesis
Diffstat (limited to 'doc')
-rw-r--r--doc/troubleshooting.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/troubleshooting.md b/doc/troubleshooting.md
index 5d4a119b..21958049 100644
--- a/doc/troubleshooting.md
+++ b/doc/troubleshooting.md
@@ -2,7 +2,7 @@ In case you run into issues here are a few tips that can help you diagnose the
problem.
Generally, it's not a bad idea to configure Emacs to spit the backtrace on error
-(instead of just logging the error in the `*Messages*` buffer. You can toggle
+(instead of just logging the error in the `*Messages*` buffer). You can toggle
this behavior by using <kbd>M-x</kbd> `toggle-debug-on-error`.
## Debugging CIDER commands