Skip to content

Commit d39e49c

Browse files
committed
Fix a typo
1 parent c28b9ed commit d39e49c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/modules/ROOT/pages/debugging/inspector.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ You'll have access to additional keybindings in the inspector buffer
5959
| Set a new maximum length above which nested atoms (non-collections) are truncated
6060

6161
| kbd:[d]
62-
| Defines a var in the REPL namespace with current inspector value. If you tend to always choose the same name, you way want to set the `cider-inspector-preferred-var-names` customization option.
62+
| Defines a var in the REPL namespace with current inspector value. If you tend to always choose the same name, you may want to set the `cider-inspector-preferred-var-names` customization option.
6363
|===
6464

6565
== Configuration
@@ -82,7 +82,7 @@ frame.
8282

8383
Starting from CIDER 1.8.0, when you define a var using kbd:[d],
8484
a var name can be suggested (default none). You can customize this value
85-
via the `cider-inspector-preferred-var-names` configuration option.
85+
via the `cider-inspector-preferred-var-names` configuration option.
8686
Even after setting it, you are free to choose new names on the fly,
8787
as you type. Most recent names will take priority in subsequent usages.
8888

0 commit comments

Comments
 (0)