Skip to content

Commit d005eaa

Browse files
achesnaisMalabarba
authored andcommitted
Fix a couple typos in testing doc (#1798)
1 parent 7dd8a80 commit d005eaa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/running_tests.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ n</kbd> or <kbd>C-c C-t C-n</kbd> in a source buffer or a REPL buffer will run
55
the tests for the namespace you're currently in. CIDER is smart enough to figure
66
out the namespace containing the tests. You can also run all loaded tests with
77
<kbd>C-c C-t l</kbd> or <kbd>C-c C-t C-l</kbd> and all tests within a project
8-
with <kbd>C-c C-t p</kbd> or <kbd>C-c C-t C-p</kbd> (note that this will loaded
8+
with <kbd>C-c C-t p</kbd> or <kbd>C-c C-t C-p</kbd> (note that this will load
99
**all** namespaces in your project). Using <kbd>C-c C-t t</kbd> or <kbd>C-c C-t
1010
C-t</kbd>, you can execute only the test a point.
1111

1212
All test commands are available in REPL buffers as well. There you can also use
13-
<kbd>,</kbd> there to invoke some of the testing commands.
13+
<kbd>,</kbd> to invoke some of the testing commands.
1414

1515
In the buffer displaying the test execution results (`*cider-test-results*`)
1616
you'll have a bit of additional functionality at your disposal.

0 commit comments

Comments
 (0)