Skip to content

Commit ecd5cd7

Browse files
committed
Fix typo
Signed-off-by: David Gageot <david.gageot@docker.com>
1 parent 1718974 commit ecd5cd7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/tui/page/chat/chat.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ func (p *chatPage) Update(msg tea.Msg) (layout.Model, tea.Cmd) {
324324

325325
return p, tea.Batch(spinnerCmd, dialogCmd)
326326
case *runtime.ElicitationRequestEvent:
327-
// TODO: handle normal elicitation requsets
327+
// TODO: handle normal elicitation requests
328328
spinnerCmd := p.setWorking(false)
329329

330330
serverURL := msg.Meta["cagent/server_url"].(string)

0 commit comments

Comments
 (0)