Fix typo in command tutorial

This commit is contained in:
Christian Rocha 2020-10-05 13:42:19 -04:00 committed by GitHub
parent bf7a8135e1
commit f20aa485db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)