diff --git a/tea.go b/tea.go index 42d9f19..4078657 100644 --- a/tea.go +++ b/tea.go @@ -88,7 +88,7 @@ type quitMsg struct{} // can send a batchMsg with Batch. type batchMsg []Cmd -// WindowSizeMsg is used to report on the terminal size. Its sent to Update +// WindowSizeMsg is used to report on the terminal size. It's sent to Update // once initially and then on every terminal resize. type WindowSizeMsg struct { Width int