Fix copypasta in basics tutorial

This commit is contained in:
Christian Rocha
2020-10-16 23:07:31 -04:00
parent 54786f0778
commit e7d56cf1b0
2 changed files with 2 additions and 2 deletions

View File

@@ -32,7 +32,7 @@ import (
Bubble Tea programs are comprised of a **model** that describes the application
state and three simple methods on that model:
We
* **Init**, a function that returns an initial command for the application to run.
* **Update**, a function that handles incoming events and updates the model accordingly.
* **View**, a function that renders the UI based on the data in the model.