This is an automated email from the ASF dual-hosted git repository.
zhaojinchao 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 623fa492da3 fixes document error in quick start doc (#24013)
623fa492da3 is described below
commit 623fa492da3a3b6ef4306b8cc53a849b7f8113ab
Author: Naman Mishra <[email protected]>
AuthorDate: Mon Feb 6 12:40:58 2023 +0530
fixes document error in quick start doc (#24013)
---
docs/document/content/quick-start/shardingsphere-jdbc-quick-start.en.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/docs/document/content/quick-start/shardingsphere-jdbc-quick-start.en.md
b/docs/document/content/quick-start/shardingsphere-jdbc-quick-start.en.md
index 078740eded7..e50f2e16912 100644
--- a/docs/document/content/quick-start/shardingsphere-jdbc-quick-start.en.md
+++ b/docs/document/content/quick-start/shardingsphere-jdbc-quick-start.en.md
@@ -6,7 +6,7 @@ weight = 1
## Scenarios
-There are four ways you can configure Apache ShardingSphere: `Java` and
`YAML`.
+There are two ways you can configure Apache ShardingSphere: `Java` and `YAML`.
Developers can choose the preferred method according to their requirements.
## Limitations