Skip to content

Commit a8b7c71

Browse files
committed
fix(grpcroute-doc): fix grpcroute structure definition error in the document
Signed-off-by: 0xff-dev <[email protected]>
1 parent f5b5bab commit a8b7c71

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

site-src/api-types/grpcroute.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,8 +142,8 @@ matches:
142142
service: com.example.User
143143
method: Login
144144
headers:
145-
values:
146-
version: "2"
145+
- name: version
146+
value: "2"
147147
- method:
148148
service: com.example.v2.User
149149
method: Login

0 commit comments

Comments
 (0)