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 2021/01/29 08:11:36 UTC

[shardingsphere] branch master updated: Fix typo (#9213)

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 cace0cf  Fix typo (#9213)
cace0cf is described below

commit cace0cf0e27767229199f1d882eecf69e77db529
Author: 707 <70...@qq.com>
AuthorDate: Fri Jan 29 16:11:06 2021 +0800

    Fix typo (#9213)
---
 docs/document/content/features/sharding/concept/configuration.cn.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/document/content/features/sharding/concept/configuration.cn.md b/docs/document/content/features/sharding/concept/configuration.cn.md
index 62edf00..27fe742 100644
--- a/docs/document/content/features/sharding/concept/configuration.cn.md
+++ b/docs/document/content/features/sharding/concept/configuration.cn.md
@@ -68,10 +68,10 @@ db0.t_order0, db0.t_order1, db1.t_order2, db1.t_order3, db1.t_order4
 
 - 表分片策略
 
-对应于 TableShardingStrategy。用于配置数据被分配的目标表,该目标表存在与该数据的目标数据源内。故表分片策略是依赖与数据源分片策略的结果的。
+对应于 TableShardingStrategy。用于配置数据被分配的目标表,该目标表存在于该数据的目标数据源内。故表分片策略是依赖于数据源分片策略的结果的。
 
 两种策略的 API 完全相同。
 
 ## 自增主键生成策略
 
-通过在客户端生成自增主键替换以数据库原生自增主键的方式,做到分布式主键无重复。
\ No newline at end of file
+通过在客户端生成自增主键替换以数据库原生自增主键的方式,做到分布式主键无重复。