Skip to content

Commit 814610f

Browse files
committed
Improve comment and fix typo
Signed-off-by: Evan Harris <[email protected]>
1 parent cd6600a commit 814610f

File tree

1 file changed

+2
-2
lines changed
  • pkg/app/master/command/debug

1 file changed

+2
-2
lines changed

pkg/app/master/command/debug/tui.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,11 +165,11 @@ func (m TUI) Update(msg tea.Msg) (tea.Model, tea.Cmd) {
165165
case key.Matches(msg, keys.Global.Quit):
166166
return m, tea.Quit
167167
// NOTE -> We should only support this back navigation,
168-
// if the tui is not standalone
168+
// if the tui is not in standalone mode.
169169
case key.Matches(msg, keys.Global.Back):
170170
return common.TUIsInstance.Home, nil
171171
case key.Matches(msg, keys.Debug.LoadDebuggableContainers):
172-
// Kickoff loading of debuggable containers in standable.
172+
// Kickoff loading of debuggable containers in standalone mode.
173173
if m.standalone {
174174
loadDebuggableContainers := common.Event{
175175
Type: common.LaunchDebugEvent,

0 commit comments

Comments
 (0)