Skip to content

Commit

Permalink
Fix typo in migration guide
Browse files Browse the repository at this point in the history
  • Loading branch information
abeltay committed Oct 1, 2020
1 parent 819e751 commit 436a88a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/recipes/migration-0.11.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ We provide a set of default extensions and transports if you aren't ready to cus
handler.NewDefaultServer(es)
```

### More contesistent naming
### More consistent naming

As part of cleaning up the names the RequestContext has been renamed to OperationContext, as there can be multiple created during the lifecycle of a request. A new ResponseContext has also been created and error handling has been moved here. This allows each response in a subscription to have its own errors. I'm not sure what bugs this might have been causing before...

Expand Down

0 comments on commit 436a88a

Please sign in to comment.