Skip to content

Commit 41abc47

Browse files
committed
[Docs] Fix typos
1 parent 3c5f1d4 commit 41abc47

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

doc/modules/ROOT/pages/repl/basic_usage.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ On top of this the REPL is extremely configurable and you can tweak almost every
3838
== Interrupting Evaluations
3939

4040
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].
4242

4343
TIP: Note that this is different from the keybinding for interrupting evaluations in source buffers,
4444
namely kbd:[C-c C-b].

doc/modules/ROOT/pages/testing/test_reports.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
= Interacting with Test Result Reports
22
:experimental:
33

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
55
`+*cider-test-report*+` buffer. This buffer uses `cider-test-report-mode`,
66
which makes it easy to review any failures that might have occurred
77
and jump directly to the definition of failing tests.

doc/modules/ROOT/pages/usage/misc_features.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ image::spec_browser_gen_example.png[Spec Browser Example]
294294

295295
== Formatting Code with cljfmt
296296

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
298298
use it together with `cljfmt` - that's useful if you're working on a team
299299
that uses different editors and IDEs.
300300

0 commit comments

Comments
 (0)