Skip to content

Commit e19d255

Browse files
docs: fix README wording (#1624)
Co-authored-by: rohan436 <rohan.santhoshkumar@googlemail.com>
1 parent 88dda9f commit e19d255

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ import will be the Bubble Tea library, which we'll call `tea` for short.
6464
```go
6565
package main
6666

67-
// These imports will be used later on the tutorial. If you save the file
67+
// These imports will be used later in the tutorial. If you save the file
6868
// now, Go might complain they are unused, but that's fine.
6969
// You may also need to run `go mod tidy` to download bubbletea and its
7070
// dependencies.

0 commit comments

Comments
 (0)