This is an automated email from the ASF dual-hosted git repository.
duanzhengqiang 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 38dbee3174e Update mask.en.md (#23206)
38dbee3174e is described below
commit 38dbee3174e343101e9a406357bf81540a71cd9c
Author: Yacine Si Tayeb <[email protected]>
AuthorDate: Sun Jan 1 11:12:44 2023 +0800
Update mask.en.md (#23206)
Updating the doc
Co-authored-by: Zhengqiang Duan <[email protected]>
---
.../user-manual/shardingsphere-jdbc/yaml-config/rules/mask.en.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
a/docs/document/content/user-manual/shardingsphere-jdbc/yaml-config/rules/mask.en.md
b/docs/document/content/user-manual/shardingsphere-jdbc/yaml-config/rules/mask.en.md
index 28f12af6cd3..522ee25d05f 100644
---
a/docs/document/content/user-manual/shardingsphere-jdbc/yaml-config/rules/mask.en.md
+++
b/docs/document/content/user-manual/shardingsphere-jdbc/yaml-config/rules/mask.en.md
@@ -6,7 +6,7 @@ weight = 11
## Background
The YAML configuration approach to data masking is highly readable, with the
YAML format enabling a quick understanding of dependencies between mask rules.
-Based on the YAML configuration, ShardingSphere automatically completes the
creation of ShardingSphereDataSource objects, reducing unnecessary coding
efforts for users.
+Based on the YAML configuration, ShardingSphere automatically completes the
creation of `ShardingSphereDataSource` objects, reducing unnecessary coding
efforts for users.
## Parameters
@@ -32,7 +32,7 @@ Please refer to [Built-in Mask Algorithm
List](/en/user-manual/common-config/bui
## Procedure
1. Configure data masking rules in the YAML file, including data sources, mask
rules, global attributes, and other configuration items.
-2. Using the `createDataSource` of calling the
YamlShardingSphereDataSourceFactory object to create `ShardingSphereDataSource`
based on the configuration information in the YAML file.
+2. Using the `createDataSource` of calling the
`YamlShardingSphereDataSourceFactory` object to create
`ShardingSphereDataSource` based on the configuration information in the YAML
file.
## Sample