diff --git a/daprdocs/content/en/reference/components-reference/supported-bindings/kitex.md b/daprdocs/content/en/reference/components-reference/supported-bindings/kitex.md index 9f00d051b..46b2217c5 100644 --- a/daprdocs/content/en/reference/components-reference/supported-bindings/kitex.md +++ b/daprdocs/content/en/reference/components-reference/supported-bindings/kitex.md @@ -38,7 +38,7 @@ The `InvokeRequest.Metadata` for `bindings.kitex` requires the client to fill in | Field | Required | Binding support | Details | Example | |-------------|:--------:|--------|---------------------------------------------------------------------------------------------------------|--------------------| -| hostPorts | Y | Output | IP address and port information of the kitex server (thrift) | `"127.0.0.1:8888"` | +| hostPorts | Y | Output | IP address and port information of the Kitex server (Thrift) | `"127.0.0.1:8888"` | | destService | Y | Output | Service name of the kitex server (thrift) | `"echo"` | | methodName | Y | Output | Method name under a specific service name of the kitex server (thrift) | `"echo"` | | version | Y | Output | kitex version | `"0.5.0"` |