mirror of
https://github.com/taigrr/bubbletea.git
synced 2026-04-02 11:09:17 -07:00
Remove extra word in commands README
This commit is contained in:
committed by
Christian Rocha
parent
cb0a72d682
commit
dc7063bbec
@@ -82,7 +82,7 @@ func (e errMsg) Error() string { return e.err.Error() }
|
||||
```
|
||||
|
||||
And notice that we've defined two new `Msg` types. They can be any type, even
|
||||
an empty struct. We'll come back to them later later in our update function.
|
||||
an empty struct. We'll come back to them later in our update function.
|
||||
First, let's write our initialization function.
|
||||
|
||||
## The Initialization Method
|
||||
|
||||
Reference in New Issue
Block a user