File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
pkg/app/master/command/debug Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 ,
You can’t perform that action at this time.
0 commit comments