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

@@ -1,6 +1,6 @@
package main
// An example illustating how to pipe in data to a Bubble Tea application.
// An example illustrating how to pipe in data to a Bubble Tea application.
// Moreso, this serves as proof that Bubble Tea will automatically listen for
// keystrokes when input is not a TTY, such as when data is piped or redirected
// in.