branch: elpa/cider
commit f5928ebe49f26fb16f607251c1f59496a1a79eda
Author: Bozhidar Batsov <[email protected]>
Commit: Bozhidar Batsov <[email protected]>
Fix a typo
---
CHANGELOG.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 130722bfbb..50373ce2e8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -12,7 +12,7 @@
### New features
-- [#3692](https://github.com/clojure-emacs/cider/pull/3692): Add ability to
switch view modes in the ispector (bound to `v`).
+- [#3692](https://github.com/clojure-emacs/cider/pull/3692): Add ability to
switch view modes in the inspector (bound to `v`).
- [#3693](https://github.com/clojure-emacs/cider/pull/3693): Add
`cider-enable-nrepl-jvmti-agent` defcustom to enable loading native nREPL JVMTI
agent which restores thread stop ability on Java 21+.
### Changes