From 33ffbd7d9f9ce323e62f3ecc5fc753ed0df1adeb Mon Sep 17 00:00:00 2001 From: Anonim Date: Fri, 3 Jan 2025 08:29:33 +0300 Subject: [PATCH] grpcapi.md --- docs/reference/hubble/grpcapi/grpcapi.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/hubble/grpcapi/grpcapi.md b/docs/reference/hubble/grpcapi/grpcapi.md index f6ae3dd3..c7f8a0de 100644 --- a/docs/reference/hubble/grpcapi/grpcapi.md +++ b/docs/reference/hubble/grpcapi/grpcapi.md @@ -18,5 +18,5 @@ bindings for other clients built using other languages. Note that by default, hu javascript [ts-proto](https://www.npmjs.com/package/ts-proto) library's serialization byte order to verify messages hashes. If you are using a different client, you may need to use the `data_bytes` field with the raw serialized bytes when calling `SubmitMessage` in order for the message to be considered valid. Refer to -the [SubmitMessage HTTP API docs](/reference/hubble/httpapi/message#using-with-rust-go-or-other-programing-languages) +the [SubmitMessage HTTP API docs](/reference/hubble/httpapi/message#using-with-rust-go-or-other-programming-languages) for more details.