summaryrefslogtreecommitdiff
path: root/doc/running_tests.md
diff options
context:
space:
mode:
authorAntoine Chesnais <achesnais@gmail.com>2016-07-07 01:00:53 +0200
committerArtur Malabarba <Malabarba@users.noreply.github.com>2016-07-06 20:00:53 -0300
commitd005eaa60aeae3266a8ea7d37c14a6f064fe8204 (patch)
tree62d764fd18fd66484a18ff484b714ab09be87ee0 /doc/running_tests.md
parent7dd8a80276215459384c695955061803515d4fae (diff)
Fix a couple typos in testing doc (#1798)
Diffstat (limited to 'doc/running_tests.md')
-rw-r--r--doc/running_tests.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/running_tests.md b/doc/running_tests.md
index cc423a74..c3b423ff 100644
--- a/doc/running_tests.md
+++ b/doc/running_tests.md
@@ -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
the tests for the namespace you're currently in. CIDER is smart enough to figure
out the namespace containing the tests. You can also run all loaded tests with
<kbd>C-c C-t l</kbd> or <kbd>C-c C-t C-l</kbd> and all tests within a project
-with <kbd>C-c C-t p</kbd> or <kbd>C-c C-t C-p</kbd> (note that this will loaded
+with <kbd>C-c C-t p</kbd> or <kbd>C-c C-t C-p</kbd> (note that this will load
**all** namespaces in your project). Using <kbd>C-c C-t t</kbd> or <kbd>C-c C-t
C-t</kbd>, you can execute only the test a point.
All test commands are available in REPL buffers as well. There you can also use
-<kbd>,</kbd> there to invoke some of the testing commands.
+<kbd>,</kbd> to invoke some of the testing commands.
In the buffer displaying the test execution results (`*cider-test-results*`)
you'll have a bit of additional functionality at your disposal.