Skip to content

Commit

Permalink
Merge pull request #1346 from abeltay/fix-typo
Browse files Browse the repository at this point in the history
Fix typo in migration guide
  • Loading branch information
mtibben authored Oct 1, 2020
2 parents 819e751 + 436a88a commit 0c68337
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 0c68337

Please sign in to comment.