Skip to content

Commit

Permalink
Fix grammar in README
Browse files Browse the repository at this point in the history
  • Loading branch information
kevgo authored and meowgorithm committed Jan 9, 2024
1 parent 7052927 commit 6ff6405
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorials/commands/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ func (m model) View() string {

The only thing left to do is run the program, so let's do that! Our initial
model doesn't need any data at all in this case, we just initialize it with
as a `struct` with defaults.
a `model` struct with default values.

```go
func main() {
Expand Down

0 comments on commit 6ff6405

Please sign in to comment.