Fix more typos in examples (#102)

This commit is contained in:
Ilya Revenko
2021-05-28 20:45:17 +03:00
committed by GitHub
parent da9e8ee75a
commit 29b7de4b7c
3 changed files with 3 additions and 3 deletions

View File

@@ -20,7 +20,7 @@ type responseMsg struct{}
// Simulate a process that sends events at an irregular interval in real time.
// In this case, we'll send events on the channel at a random interval between
// 100 to 1000 milliseconds. As a command, Bubble Tea will run this
// asyncronously.
// asynchronously.
func listenForActivity(sub chan struct{}) tea.Cmd {
return func() tea.Msg {
for {