From a7299bcb5cf1b9706f15f3e5f45930612d6273f6 Mon Sep 17 00:00:00 2001 From: YuLuo <1481556636@qq.com> Date: Mon, 20 Mar 2023 13:58:24 +0800 Subject: [PATCH] fix doc wrong (#3216) --- .../governance-example/authentication-example/readme-zh.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-cloud-alibaba-examples/governance-example/authentication-example/readme-zh.md b/spring-cloud-alibaba-examples/governance-example/authentication-example/readme-zh.md index 6ff92c603..542fd0086 100644 --- a/spring-cloud-alibaba-examples/governance-example/authentication-example/readme-zh.md +++ b/spring-cloud-alibaba-examples/governance-example/authentication-example/readme-zh.md @@ -139,7 +139,7 @@ EOF curl --location --request GET '${demo_ip}/auth' \ --header 'User-Agent: PostmanRuntime/7.29.2' ``` -由于此请求由于携带了正确的HTTP Header信息,将会返回: +由于此请求携带了正确的HTTP Header信息,将会返回: ``` received request from ${from_ip}, local addr is ${local_ip}, local host is ${local_host}, request path is/auth ```