You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by zh...@apache.org on 2022/06/02 14:18:02 UTC

[shardingsphere] branch master updated: Fix user manual document of jdbc driver (#18157)

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

zhangliang 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 a168d781967 Fix user manual document of jdbc driver (#18157)
a168d781967 is described below

commit a168d781967a0d6d5e45b7129e4a73caa45ce8fa
Author: iisheng <op...@gmail.com>
AuthorDate: Thu Jun 2 22:17:55 2022 +0800

    Fix user manual document of jdbc driver (#18157)
---
 .../content/user-manual/shardingsphere-jdbc/jdbc-driver/_index.en.md    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/document/content/user-manual/shardingsphere-jdbc/jdbc-driver/_index.en.md b/docs/document/content/user-manual/shardingsphere-jdbc/jdbc-driver/_index.en.md
index 57e90f09bde..2cda73ed22a 100644
--- a/docs/document/content/user-manual/shardingsphere-jdbc/jdbc-driver/_index.en.md
+++ b/docs/document/content/user-manual/shardingsphere-jdbc/jdbc-driver/_index.en.md
@@ -42,7 +42,7 @@ try (
 }
 ```
 
-#### 方式 2. 使用数据库连接池
+#### Database Connection Pool Usage
 
 ```java
 String driverClassName = "org.apache.shardingsphere.driver.ShardingSphereDriver";