Skip to content

Commit f6ed304

Browse files
Rookebbatsov
authored andcommitted
Correct spelling errors in docs
1 parent 3d57645 commit f6ed304

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

doc/caveats.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ ClojureScript source code (file, line & column) is set only when evaluating the
2121
entire source buffer (<kbd>C-c C-k</kbd>). All other interactive code evaluation
2222
commands (e.g. <kbd>C-c C-e</kbd>) don't set this metadata and you won't be able
2323
to use commands like `find-var` on such vars. This is a limitation of nREPL and
24-
piggieback, that's beyond CIDER. You can find some discussions on the subject
24+
Piggieback, that's beyond CIDER. You can find some discussions on the subject
2525
[here](http://dev.clojure.org/jira/browse/NREPL-59) and
2626
[here](https://github.com/clojure-emacs/cider/issues/830).
2727

doc/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ suppress them from appearing in some buffer switching commands like
6666
```
6767

6868
If you need to make the hidden buffers appear When using
69-
`switch-to-buffer`, type <kbd>SPC</kbd> after issing the command. The
69+
`switch-to-buffer`, type <kbd>SPC</kbd> after issuing the command. The
7070
hidden buffers will always be visible in `list-buffers` (<kbd>C-x
7171
C-b</kbd>).
7272

doc/miscellaneous_features.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
As the infomercials always say, "But wait, there's more!" If
22
simultaneous Clojure and ClojureScript REPLs, interactive programming,
33
code completion, stacktrace navigation, test running, and debugging
4-
weren't enough for you, CIDER delievers several additional
4+
weren't enough for you, CIDER delivers several additional
55
features.
66

77
## Evaluating Clojure Code in the Minibuffer
@@ -108,7 +108,7 @@ modification status.
108108

109109
Adding a double prefix argument, <kbd>C-u C-u M-n n</kbd>, will first
110110
clear the state of the namespace tracker before reloading. This is
111-
sueful for recovering from some classes of error that nomral reloads
111+
useful for recovering from some classes of error that normal reloads
112112
would otherwise not recover from. A good example is circular
113113
dependencies. The trade-off is that stale code from any deleted files
114114
may not be completely unloaded.

doc/running_tests.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ Keyboard shortcut | Description
9696

9797
## Configuration
9898

99-
You can configure CIDER's test excution behavior in multiple ways.
99+
You can configure CIDER's test execution behavior in multiple ways.
100100

101101
If your tests are not following the `some.ns-test` naming convention
102102
you can set the variable `cider-test-infer-test-ns` to a function that

0 commit comments

Comments
 (0)