This is an automated email from the ASF dual-hosted git repository.

panjuan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git


The following commit(s) were added to refs/heads/master by this push:
     new 0c5b5e6  Update format (#13598)
0c5b5e6 is described below

commit 0c5b5e6182172b4830608ff61a756a3b02fcd8c0
Author: Liang Zhang <[email protected]>
AuthorDate: Sun Nov 14 22:38:24 2021 +0800

    Update format (#13598)
---
 .../special-api/observability/apm-integration.cn.md          | 12 ++++++------
 .../shardingsphere-jdbc/special-api/transaction/_index.cn.md |  2 +-
 .../special-api/transaction/bitronix.cn.md                   |  2 +-
 .../special-api/transaction/narayana.cn.md                   |  2 +-
 .../shardingsphere-jdbc/special-api/transaction/seata.cn.md  |  2 +-
 5 files changed, 10 insertions(+), 10 deletions(-)

diff --git 
a/docs/document/content/user-manual/shardingsphere-jdbc/special-api/observability/apm-integration.cn.md
 
b/docs/document/content/user-manual/shardingsphere-jdbc/special-api/observability/apm-integration.cn.md
index 76e5ef7..ab08dea 100644
--- 
a/docs/document/content/user-manual/shardingsphere-jdbc/special-api/observability/apm-integration.cn.md
+++ 
b/docs/document/content/user-manual/shardingsphere-jdbc/special-api/observability/apm-integration.cn.md
@@ -21,7 +21,7 @@ weight = 2
 ShardingTracer.init();
 ```
 
-* 方法2:通过参数注入APM系统提供的 Tracer 实现类。
+* 方法2:通过参数注入 APM 系统提供的 Tracer 实现类。
 
 ```java
 ShardingTracer.init(new SkywalkingTracer());
@@ -51,7 +51,7 @@ OpenTelemetry:
 
 ### 应用架构
 
-使用 ShardingSphere-Proxy 访问两个数据库`192.168.0.1:3306` 和 
`192.168.0.2:3306`,且每个数据库中有两个分表。
+使用 ShardingSphere-Proxy 访问两个数据库 `192.168.0.1:3306` 和 
`192.168.0.2:3306`,且每个数据库中有两个分表。
 
 ### 拓扑图展示
 
@@ -65,11 +65,11 @@ OpenTelemetry:
 
 从跟踪图中可以能够看到 SQL 解析和执行的情况。
 
-`/Sharding-Sphere/parseSQL/` : 表示本次 SQL 的解析性能。
+`/Sharding-Sphere/parseSQL/`: 表示本次 SQL 的解析性能。
 
 
![解析节点](https://shardingsphere.apache.org/document/current/img/apm/5x_parse.png)
 
-`/Sharding-Sphere/executeSQL/` : 表示具体执行的实际 SQL 的性能。
+`/Sharding-Sphere/executeSQL/`: 表示具体执行的实际 SQL 的性能。
 
 
![实际访问节点](https://shardingsphere.apache.org/document/current/img/apm/5x_executeSQL.png)
 
@@ -79,10 +79,10 @@ OpenTelemetry:
 
 从跟踪图中可以能够看到发生异常的节点。
 
-`/Sharding-Sphere/executeSQL/` : 表示执行 SQL 异常的结果。
+`/Sharding-Sphere/executeSQL/`: 表示执行 SQL 异常的结果。
 
 
![异常节点](https://shardingsphere.apache.org/document/current/img/apm/5x_executeSQL_Tags_err.png)
 
-`/Sharding-Sphere/executeSQL/` : 表示执行 SQL 异常的日志。
+`/Sharding-Sphere/executeSQL/`: 表示执行 SQL 异常的日志。
 
 
![异常节点日志](https://shardingsphere.apache.org/document/current/img/apm/5x_executeSQL_Logs_err.png)
diff --git 
a/docs/document/content/user-manual/shardingsphere-jdbc/special-api/transaction/_index.cn.md
 
b/docs/document/content/user-manual/shardingsphere-jdbc/special-api/transaction/_index.cn.md
index 0f052cf..9ba46f5 100644
--- 
a/docs/document/content/user-manual/shardingsphere-jdbc/special-api/transaction/_index.cn.md
+++ 
b/docs/document/content/user-manual/shardingsphere-jdbc/special-api/transaction/_index.cn.md
@@ -6,4 +6,4 @@ chapter = true
 
 通过 Apache ShardingSphere 使用分布式事务,与本地事务并无区别。
 除了透明化分布式事务的使用之外,Apache ShardingSphere 还能够在每次数据库访问时切换分布式事务类型。
-支持的事务类型包括 本地事务、XA事务 和 柔性事务。可在创建数据库连接之前设置,缺省为 Apache ShardingSphere 启动时的默认事务类型。
+支持的事务类型包括 本地事务、XA 事务 和 柔性事务。可在创建数据库连接之前设置,缺省为 Apache ShardingSphere 启动时的默认事务类型。
diff --git 
a/docs/document/content/user-manual/shardingsphere-jdbc/special-api/transaction/bitronix.cn.md
 
b/docs/document/content/user-manual/shardingsphere-jdbc/special-api/transaction/bitronix.cn.md
index 094b782..be00505 100644
--- 
a/docs/document/content/user-manual/shardingsphere-jdbc/special-api/transaction/bitronix.cn.md
+++ 
b/docs/document/content/user-manual/shardingsphere-jdbc/special-api/transaction/bitronix.cn.md
@@ -38,7 +38,7 @@ weight = 6
 
 ## 定制化配置项
 
-详情请参见[Bitronix官方文档](https://github.com/bitronix/btm/wiki)。
+详情请参见 [Bitronix 官方文档](https://github.com/bitronix/btm/wiki)。
 
 ## 设置 XA 事务管理类型
 
diff --git 
a/docs/document/content/user-manual/shardingsphere-jdbc/special-api/transaction/narayana.cn.md
 
b/docs/document/content/user-manual/shardingsphere-jdbc/special-api/transaction/narayana.cn.md
index 2e62d3c..04b8c0d 100644
--- 
a/docs/document/content/user-manual/shardingsphere-jdbc/special-api/transaction/narayana.cn.md
+++ 
b/docs/document/content/user-manual/shardingsphere-jdbc/special-api/transaction/narayana.cn.md
@@ -56,7 +56,7 @@ weight = 5
 
 可以通过在项目的 classpath 中添加 `jbossts-properties.xml` 来定制化 Narayana 配置项。
 
-详情请参见[Narayana官方文档](https://narayana.io/documentation/index.html)。
+详情请参见 [Narayana 官方文档](https://narayana.io/documentation/index.html)。
 
 ## 设置 XA 事务管理类型
 
diff --git 
a/docs/document/content/user-manual/shardingsphere-jdbc/special-api/transaction/seata.cn.md
 
b/docs/document/content/user-manual/shardingsphere-jdbc/special-api/transaction/seata.cn.md
index 3aee9d5..cb26d16 100644
--- 
a/docs/document/content/user-manual/shardingsphere-jdbc/special-api/transaction/seata.cn.md
+++ 
b/docs/document/content/user-manual/shardingsphere-jdbc/special-api/transaction/seata.cn.md
@@ -5,7 +5,7 @@ weight = 7
 
 ## 启动 Seata 服务
 
-按照 [seata-work-shop](https://github.com/seata/seata-workshop)中的步骤,下载并启动 Seata 
服务器。
+按照 [seata-work-shop](https://github.com/seata/seata-workshop) 中的步骤,下载并启动 Seata 
服务器。
 
 ## 创建日志表
 

Reply via email to