Skip to content

Commit 0e3b0c5

Browse files
p4v4nbbatsov
authored andcommitted
Fix minor typos in readme
1 parent b5e7066 commit 0e3b0c5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Most configuration changes will require reverting any active `clojure-ts-mode` b
2222

2323
`clojure-ts-mode` currently supports 2 different indentation strategies:
2424

25-
- `semantic`, the default, which tries to match the indentation of `clojure-mode` and cljfmt
25+
- `semantic`, the default, which tries to match the indentation of `clojure-mode` and `cljfmt`
2626
- `fixed`, [a simple indentation strategy outlined by Tonsky in a blog post](https://tonsky.me/blog/clojurefmt/)
2727

2828
Set the var `clojure-ts-indent-style` to change it.
@@ -46,7 +46,7 @@ highlighted like regular clojure code.
4646

4747
### Navigation and Evaluation
4848

49-
To make forms inside of `(comment ...)` forms appear as toplevel forms for evaluation and navigation, set
49+
To make forms inside of `(comment ...)` forms appear as top-level forms for evaluation and navigation, set
5050

5151
``` emacs-lisp
5252
(setq clojure-ts-toplevel-inside-comment-form t)
@@ -186,7 +186,7 @@ under your `user-emacs-directory` (typically `~/.emacs.d` on Unix systems).
186186

187187
Not yet out of the box, but that [should change soon](https://github.com/clojure-emacs/cider/pull/3461). Feel free to help out with the remaining work, so we can expedite the process.
188188

189-
For now, when you take care of the keybindings for the cider functions you use and ensure `cider-mode` is enabled for `clojure-ts-mode` buffers in your config, most functinality should already work:
189+
For now, when you take care of the keybindings for the cider functions you use and ensure `cider-mode` is enabled for `clojure-ts-mode` buffers in your config, most functionality should already work:
190190

191191
```emacs-lisp
192192
(add-hook 'clojure-ts-mode-hook #'cider-mode)

0 commit comments

Comments
 (0)