From 9b977afe9ee5eb2515aa6e6ec9fe79a7a86c39c8 Mon Sep 17 00:00:00 2001 From: Bozhidar Batsov Date: Sat, 20 Apr 2024 21:44:51 +0300 Subject: [PATCH] [Docs] Fix a typo --- doc/modules/ROOT/pages/usage/code_reloading.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/modules/ROOT/pages/usage/code_reloading.adoc b/doc/modules/ROOT/pages/usage/code_reloading.adoc index 6ba6a7648..cac2b667a 100644 --- a/doc/modules/ROOT/pages/usage/code_reloading.adoc +++ b/doc/modules/ROOT/pages/usage/code_reloading.adoc @@ -112,7 +112,7 @@ and `cider-ns-reload-all` (kbd:[C-c M-n M-l]) commands can be used instead. Thes invoke Clojure's `+(require ... :reload)+` and `+(require ... :reload-all)+` commands at the REPL. -TIP: Theses commands don't depend on `cider-nrepl`, so they are always available. +TIP: These commands don't depend on `cider-nrepl`, so they are always available. == Keybindings