From 436a88adf607aede4ced31c54342c23fddaf1f95 Mon Sep 17 00:00:00 2001 From: Abel Tay Date: Thu, 1 Oct 2020 11:05:44 +0800 Subject: [PATCH] Fix typo in migration guide --- docs/content/recipes/migration-0.11.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/recipes/migration-0.11.md b/docs/content/recipes/migration-0.11.md index c01ebbbfdfa..aaaa88f55e4 100644 --- a/docs/content/recipes/migration-0.11.md +++ b/docs/content/recipes/migration-0.11.md @@ -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...