Skip to content

Commit

Permalink
missed a closing parenthesis
Browse files Browse the repository at this point in the history
  • Loading branch information
NateHan committed Jan 18, 2023
1 parent ec3b471 commit 39a34ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/reference/errors.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ returned from here will also go through the error presenter.

You change this when creating the server:
```go
server := handler.NewDefaultServer(MakeExecutableSchema(resolvers)
server := handler.NewDefaultServer(MakeExecutableSchema(resolvers))
server.SetRecoverFunc(func(ctx context.Context, err interface{}) error {
// notify bug tracker...

Expand Down

0 comments on commit 39a34ba

Please sign in to comment.