File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ On top of this the REPL is extremely configurable and you can tweak almost every
38
38
== Interrupting Evaluations
39
39
40
40
If you accidentally try to evaluate something that's going to take a lot of time (if it finishes at all), you
41
- can interrupt the rouge evaluation operation by pressing kbd:[C-c C-c].
41
+ can interrupt the rogue evaluation operation by pressing kbd:[C-c C-c].
42
42
43
43
TIP: Note that this is different from the keybinding for interrupting evaluations in source buffers,
44
44
namely kbd:[C-c C-b].
Original file line number Diff line number Diff line change 1
1
= Interacting with Test Result Reports
2
2
:experimental:
3
3
4
- Shoud tests fail then CIDER displays a test result report in the
4
+ Should tests fail then CIDER displays a test result report in the
5
5
`+*cider-test-report*+` buffer. This buffer uses `cider-test-report-mode` ,
6
6
which makes it easy to review any failures that might have occurred
7
7
and jump directly to the definition of failing tests.
Original file line number Diff line number Diff line change @@ -294,7 +294,7 @@ image::spec_browser_gen_example.png[Spec Browser Example]
294
294
295
295
== Formatting Code with cljfmt
296
296
297
- While CIDER has it's own code formatting (identation ) engine, you can also
297
+ While CIDER has it's own code formatting (indentation ) engine, you can also
298
298
use it together with `cljfmt` - that's useful if you're working on a team
299
299
that uses different editors and IDEs.
300
300
You can’t perform that action at this time.
0 commit comments