We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c200274 commit 170dee4Copy full SHA for 170dee4
dap-mode.el
@@ -127,7 +127,7 @@ based on DAP protocol category."
127
:type 'boolean)
128
129
(defcustom dap-auto-show-output t
130
- "If non-nil, the output buffer will be showed automatically."
+ "If non-nil, the output buffer will be shown automatically."
131
:group 'dap-mode
132
133
docs/page/features.md
@@ -54,7 +54,7 @@ Features
54
55
## Sessions
56
57
-The session view is showed after invoking `dap-ui-sessions` . It
+The session view is shown after invoking `dap-ui-sessions` . It
58
represents the list of the active sessions.
59
60
## Locals
0 commit comments