dapr/proto/common/v1/common.proto in dapr-ruby-0.4.5 vs dapr/proto/common/v1/common.proto in dapr-ruby-1.14.4
- old
+ new
@@ -75,10 +75,10 @@
// This field is required for http-compatible request. Otherwise,
// this field is optional.
HTTPExtension http_extension = 4;
}
-// InvokeResponse is the response message inclduing data and its content type
+// InvokeResponse is the response message including data and its content type
// from app callback.
// This message is used in InvokeService of Dapr gRPC Service and OnInvoke
// of AppCallback gRPC service.
message InvokeResponse {
// Required in unary RPCs. The content body of InvokeService response.