Skip to content

Commit

Permalink
docs: fix typo (missing "forgot") in comment (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
benhoyt authored and vangent committed Dec 3, 2018
1 parent ef9bb67 commit 28f5930
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _tutorial/README.md
Expand Up @@ -339,7 +339,7 @@ to add a provider for `Greeter`. Let's see what happens:

``` go
func InitializeEvent(phrase string) (Event, error) {
wire.Build(NewEvent, NewMessage) // woops! We to add a provider for Greeter
wire.Build(NewEvent, NewMessage) // woops! We forgot to add a provider for Greeter
return Event{}, nil
}
```
Expand Down

0 comments on commit 28f5930

Please sign in to comment.