Skip to content

Commit 28f5930

Browse files
benhoytvangent
authored andcommitted
docs: fix typo (missing "forgot") in comment (google#92)
1 parent ef9bb67 commit 28f5930

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_tutorial/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ to add a provider for `Greeter`. Let's see what happens:
339339

340340
``` go
341341
func InitializeEvent(phrase string) (Event, error) {
342-
wire.Build(NewEvent, NewMessage) // woops! We to add a provider for Greeter
342+
wire.Build(NewEvent, NewMessage) // woops! We forgot to add a provider for Greeter
343343
return Event{}, nil
344344
}
345345
```

0 commit comments

Comments
 (0)