Skip to content

Commit

Permalink
chore(docs): fix typo in testing.md (#9675)
Browse files Browse the repository at this point in the history
Fix typo in in testing.md:82
  • Loading branch information
yoavke committed Apr 2, 2024
1 parent e7342a3 commit 8b3aa92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ func (f *fakeTranslationServer) TranslateText(ctx context.Context, req *translat
```

All of the generated protobuf code found in [google.golang.org/genproto](https://pkg.go.dev/google.golang.org/genproto)
contains a similar `package.UnimplmentedFooServer` type that is useful for
contains a similar `package.UnimplementedFooServer` type that is useful for
creating fakes. By embedding the unimplemented server in the
`fakeTranslationServer`, the fake will “inherit” all of the RPCs the server
exposes. Then, by providing our own `fakeTranslationServer.TranslateText`
Expand Down

0 comments on commit 8b3aa92

Please sign in to comment.