Skip to content

Commit

Permalink
fix error in doc (#35)
Browse files Browse the repository at this point in the history
* fix error in doc
  • Loading branch information
MichaelSp committed Jul 27, 2022
1 parent e41d12b commit b297862
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -129,7 +129,7 @@ mockedHTTPClient := mock.NewMockedHTTPClient(
mock.WithRequestMatchHandler(
mock.GetUsersByUsername,
http.HandlerFunc(func(w http.ResponseWriter, r *http.Request) {
WriteError(
mock.WriteError(
w,
http.StatusInternalServerError,
"github went belly up or something",
Expand Down

0 comments on commit b297862

Please sign in to comment.