Fixed some wrong word (#850)

diff --git a/docs/plugin-center/security/sign-plugin.md b/docs/plugin-center/security/sign-plugin.md
index be80121..93c33e1 100644
--- a/docs/plugin-center/security/sign-plugin.md
+++ b/docs/plugin-center/security/sign-plugin.md
@@ -244,7 +244,7 @@
 
 ### 2.5.1 Authentication Guide
 
-Authentication algorithm of Version 2.0.0 generates a Token based on the signature algorithm, and puts the Token value into the request header Authorization parameter when sending a request. To distinguish it from version 1.0.0, the version parameter of the request header is left, which is 2.0.0.
+Authentication algorithm of Version 2.0.0 generates a Token based on the signature algorithm, and puts the Token value into the request header `Authorization` parameter when sending a request. To distinguish it from version 1.0.0, the `version` parameter of the request header is left, which is 2.0.0.
 
 #### 2.5.1.1 prepare
 
@@ -321,11 +321,11 @@
 
 ![](/img/shenyu/plugin/sign/example-rule-en.png)
 
-#### 2.6.1.5 Add AppKey/SecretKey
+#### 2.6.1.4 Add AppKey/SecretKey
 
 ![](/img/shenyu/plugin/sign/example-sign-auth-en.png)
 
-#### 2.6.1.6 Request Service and check result
+#### 2.6.1.5 Request Service and check result
 
 * build request params with `Authentication Guide`,
 
@@ -392,9 +392,9 @@
 
 ### 2.6.2 Verify api with sign plugin(2.0.0)
 
-All the configuration parts are the same, so let's look directly at the parameter part of the calculation request header and the part of sending request.
+All the configuration parts are the same, so let's look directly at the the calculation part of parameter of request header and the part of sending request.
 
-### 2.6.1.1 Request Service and check result
+#### 2.6.2.1 Request Service and check result
 
 - implements the algorithm
 
diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/plugin-center/security/sign-plugin.md b/i18n/zh/docusaurus-plugin-content-docs/current/plugin-center/security/sign-plugin.md
index 09b187f..e915702 100644
--- a/i18n/zh/docusaurus-plugin-content-docs/current/plugin-center/security/sign-plugin.md
+++ b/i18n/zh/docusaurus-plugin-content-docs/current/plugin-center/security/sign-plugin.md
@@ -331,11 +331,11 @@
 
 ![](/img/shenyu/plugin/sign/example-rule-zh.png)
 
-#### 2.6.1.5 添加AppKey/SecretKey
+#### 2.6.1.4 添加AppKey/SecretKey
 
 ![](/img/shenyu/plugin/sign/example-sign-auth-zh.png)
 
-#### 2.6.1.6 Request Service and check result
+#### 2.6.1.5 Request Service and check result
 
 * 构造请求参数,请查看`Authentication Guide`目录,
 
@@ -405,7 +405,7 @@
 
 所有配置部分皆相同,我们直接看计算请求头的参数部分和发送请求部分
 
-### 2.6.1.1 Request Service and check result
+#### 2.6.2.1 Request Service and check result
 
 + 算法实现
 
@@ -433,7 +433,7 @@
       }
   ```
 
-+ 不校验请求体演示
++ 不包含请求体校验演示
 
   ```java
   public static void main(String[] args) {
@@ -467,13 +467,13 @@
 
   发送请求:
 
-  ![image-20230114230500887]/img/shenyu/plugin/sign/version2_sign_request.png)
+  ![image-20230114230500887](/img/shenyu/plugin/sign/version2_sign_request.png)
 
   
 
   
 
-+ 校验请求体演示
++ 包含请求体校验演示
 
    计算Token