From a8b7c71491330f8e6dc3cb3f77c96761dd03f3e4 Mon Sep 17 00:00:00 2001 From: 0xff-dev Date: Wed, 18 Sep 2024 14:39:11 +0800 Subject: [PATCH] fix(grpcroute-doc): fix grpcroute structure definition error in the document Signed-off-by: 0xff-dev --- site-src/api-types/grpcroute.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site-src/api-types/grpcroute.md b/site-src/api-types/grpcroute.md index b57ae43bcc..4da360a862 100644 --- a/site-src/api-types/grpcroute.md +++ b/site-src/api-types/grpcroute.md @@ -142,8 +142,8 @@ matches: service: com.example.User method: Login headers: - values: - version: "2" + - name: version + value: "2" - method: service: com.example.v2.User method: Login