forked from Mirrors/bubbletea
Fix typo in command tutorial
This commit is contained in:
parent
bf7a8135e1
commit
f20aa485db
@ -112,7 +112,7 @@ func update(msg tea.Msg, mdl tea.Model) (tea.Model, tea.Cmd) {
|
||||
|
||||
case statusMsg:
|
||||
// The server returned a status message. Save it to our model. Also
|
||||
// tell the Bubble Tea runtime we ant to exit because we have nothing
|
||||
// tell the Bubble Tea runtime we want to exit because we have nothing
|
||||
// else to do. We'll still be able to render a final view with our
|
||||
// status message.
|
||||
m.status = int(msg)
|
||||
|
Loading…
Reference in New Issue
Block a user