docs: fix typo (#378)

This commit is contained in:
Maciej Ostaszewski 2022-07-24 03:44:56 +02:00 committed by GitHub
parent ac4a1a1faa
commit 557ba7e336
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ if len(os.Getenv("DEBUG")) > 0 {
``` ```
…before you start your Bubble Tea program. To see whats printed in real time, …before you start your Bubble Tea program. To see whats printed in real time,
run `tail -f debug.go` while you run your program in another window. run `tail -f debug.log` while you run your program in another window.
## Libraries we use with Bubble Tea ## Libraries we use with Bubble Tea