diff --git a/website/src/docs/hotchocolate/v14/migrating/migrate-from-13-to-14.md b/website/src/docs/hotchocolate/v14/migrating/migrate-from-13-to-14.md index 2881e8db11f..9f1fd82d025 100644 --- a/website/src/docs/hotchocolate/v14/migrating/migrate-from-13-to-14.md +++ b/website/src/docs/hotchocolate/v14/migrating/migrate-from-13-to-14.md @@ -152,9 +152,9 @@ We have also simplified what the builder does and removed a lot of the convenien The interface `IQueryResultBuilder` and its implementations were replaced with `OperationResultBuilder` which produces an `OperationResult` on `Build()`. -### IQueryResult replaced by OperationResult +### IQueryResult replaced by IOperationResult -The interface `IQueryResultBuilder` and its implementations were replaced with `OperationResultBuilder` which produces an `OperationResult` on `Build()`. +The interface `IQueryResult` was replaced with `IOperationResult`. ## Operation complexity analyzer replaced