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

terrymanu 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 d3703ab6244 Fix typos in ShardingSphere distribution README (#39144)
d3703ab6244 is described below

commit d3703ab62442f1d62432b1655ab0786c5ddfb5c0
Author: Eunbin Son <[email protected]>
AuthorDate: Fri Jul 17 14:17:53 2026 +0900

    Fix typos in ShardingSphere distribution README (#39144)
---
 distribution/jdbc/src/main/release-docs/README.txt  | 4 ++--
 distribution/proxy/src/main/release-docs/README.txt | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/distribution/jdbc/src/main/release-docs/README.txt 
b/distribution/jdbc/src/main/release-docs/README.txt
index 63f55cb51c9..93bb141bc3f 100644
--- a/distribution/jdbc/src/main/release-docs/README.txt
+++ b/distribution/jdbc/src/main/release-docs/README.txt
@@ -7,9 +7,9 @@ The goal is to minimize or eliminate the challenges caused by 
underlying databas
 
 The concepts at the core of the project are Connect, Enhance and Pluggable.
 
-- `Connect:` Flexible adaptation of database protocol, SQL dialect and 
database storage. It can quickly connect applications and heterogeneous 
databases quickly.
+- `Connect:` Flexible adaptation of database protocol, SQL dialect and 
database storage. It can quickly connect applications and heterogeneous 
databases.
 - `Enhance:` Capture database access entry to provide additional features 
transparently, such as: redirect (sharding, readwrite-splitting and shadow), 
transform (data encrypt and mask), authentication (security, audit and 
authority), governance (circuit breaker and access limitation and analyze, QoS 
and observability).
-- `Pluggable:` Leveraging the micro kernel and 3 layers pluggable mode, 
features and database ecosystem can be embedded flexibily. Developers can 
customize their ShardingSphere just like building with LEGO blocks.
+- `Pluggable:` Leveraging the micro kernel and 3 layers pluggable mode, 
features and database ecosystem can be embedded flexibly. Developers can 
customize their ShardingSphere just like building with LEGO blocks.
 
 Apache ShardingSphere including 2 independent products: JDBC & Proxy.
 They all provide functions of data scale-out, distributed transaction and 
distributed governance,
diff --git a/distribution/proxy/src/main/release-docs/README.txt 
b/distribution/proxy/src/main/release-docs/README.txt
index 76f5b3fa93b..cb66cb50e3a 100644
--- a/distribution/proxy/src/main/release-docs/README.txt
+++ b/distribution/proxy/src/main/release-docs/README.txt
@@ -7,9 +7,9 @@ The goal is to minimize or eliminate the challenges caused by 
underlying databas
 
 The concepts at the core of the project are Connect, Enhance and Pluggable.
 
-- `Connect:` Flexible adaptation of database protocol, SQL dialect and 
database storage. It can quickly connect applications and heterogeneous 
databases quickly.
+- `Connect:` Flexible adaptation of database protocol, SQL dialect and 
database storage. It can quickly connect applications and heterogeneous 
databases.
 - `Enhance:` Capture database access entry to provide additional features 
transparently, such as: redirect (sharding, readwrite-splitting and shadow), 
transform (data encrypt and mask), authentication (security, audit and 
authority), governance (circuit breaker and access limitation and analyze, QoS 
and observability).
-- `Pluggable:` Leveraging the micro kernel and 3 layers pluggable mode, 
features and database ecosystem can be embedded flexibily. Developers can 
customize their ShardingSphere just like building with LEGO blocks.
+- `Pluggable:` Leveraging the micro kernel and 3 layers pluggable mode, 
features and database ecosystem can be embedded flexibly. Developers can 
customize their ShardingSphere just like building with LEGO blocks.
 
 Apache ShardingSphere including 2 independent products: JDBC & Proxy.
 They all provide functions of data scale-out, distributed transaction and 
distributed governance,

Reply via email to