Skip to content

Commit 170dee4

Browse files
committed
Fix spelling error
1 parent c200274 commit 170dee4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dap-mode.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ based on DAP protocol category."
127127
:type 'boolean)
128128

129129
(defcustom dap-auto-show-output t
130-
"If non-nil, the output buffer will be showed automatically."
130+
"If non-nil, the output buffer will be shown automatically."
131131
:group 'dap-mode
132132
:type 'boolean)
133133

docs/page/features.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Features
5454

5555
## Sessions
5656

57-
The session view is showed after invoking `dap-ui-sessions` . It
57+
The session view is shown after invoking `dap-ui-sessions` . It
5858
represents the list of the active sessions.
5959

6060
## Locals

0 commit comments

Comments
 (0)