docs: fix spelling / various typos (#526)

This commit is contained in:
Josh Soref
2022-10-11 08:40:01 -04:00
committed by GitHub
parent 8703897aad
commit 4aa9ce489b
7 changed files with 7 additions and 7 deletions

View File

@@ -90,7 +90,7 @@ func DisableMouse() Msg {
return disableMouseMsg{}
}
// disableMouseMsg is an internal message that that signals to stop listening
// disableMouseMsg is an internal message that signals to stop listening
// for mouse events. To send a disableMouseMsg, use the DisableMouse command.
type disableMouseMsg struct{}