We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88dda9f commit e19d255Copy full SHA for e19d255
1 file changed
README.md
@@ -64,7 +64,7 @@ import will be the Bubble Tea library, which we'll call `tea` for short.
64
```go
65
package main
66
67
-// These imports will be used later on the tutorial. If you save the file
+// These imports will be used later in the tutorial. If you save the file
68
// now, Go might complain they are unused, but that's fine.
69
// You may also need to run `go mod tidy` to download bubbletea and its
70
// dependencies.
0 commit comments