This is an automated email from the ASF dual-hosted git repository.
panjuan 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 b3a2d5c Fix typos (#12897)
b3a2d5c is described below
commit b3a2d5c64ef117e40e72ef3fa78ad20205824d92
Author: Jasper Vandemalle <[email protected]>
AuthorDate: Tue Oct 5 12:33:56 2021 +0200
Fix typos (#12897)
---
docs/blog/content/material/ElasticJob.en.md | 2 +-
docs/blog/content/material/alpha.en.md | 2 +-
docs/blog/content/material/ss_5.0.0beta.cn.md | 2 +-
docs/blog/content/material/ss_5.0.0beta.en.md | 4 ++--
.../exampleSite/content/basics/installation/_index.en.cn.md | 8 ++++----
.../content/basics/style-customization/_index.en.cn.md | 2 +-
.../themes/hugo-theme-learn/exampleSite/content/credits.en.cn.md | 2 +-
docs/document/content/features/encrypt/principle.en.md | 2 +-
.../exampleSite/content/basics/installation/_index.en.md | 8 ++++----
.../exampleSite/content/basics/style-customization/_index.en.md | 2 +-
.../themes/hugo-theme-learn/exampleSite/content/credits.en.md | 2 +-
11 files changed, 18 insertions(+), 18 deletions(-)
diff --git a/docs/blog/content/material/ElasticJob.en.md
b/docs/blog/content/material/ElasticJob.en.md
index 134c1f9..4759611 100644
--- a/docs/blog/content/material/ElasticJob.en.md
+++ b/docs/blog/content/material/ElasticJob.en.md
@@ -7,7 +7,7 @@ chapter = true
## News! The distributed scheduling project ElasticJob set sail again
-[ElasticJob](https://github.com/elasticjob) is a distributed scheduling
solution that provieds distributed task sharding, elastic scaling, fully
automated discovery. , multitasking based on time-driven, data-driven, resident
and ad-hoc task types, task aggregation and dynamic resource provisioning,
fault detection, auto-remediation, and failover.Main features are as follows:
+[ElasticJob](https://github.com/elasticjob) is a distributed scheduling
solution that provides distributed task sharding, elastic scaling, fully
automated discovery. , multitasking based on time-driven, data-driven, resident
and ad-hoc task types, task aggregation and dynamic resource provisioning,
fault detection, auto-remediation, and failover.Main features are as follows:
* Task aggregation
* Dynamic resource scheduling
diff --git a/docs/blog/content/material/alpha.en.md
b/docs/blog/content/material/alpha.en.md
index 20b456e..6f47e01 100644
--- a/docs/blog/content/material/alpha.en.md
+++ b/docs/blog/content/material/alpha.en.md
@@ -17,7 +17,7 @@ The scheduling model of ElasticJob is divided into in-process
scheduling Elastic
**In-process scheduling**
-ElasticJob-Lite is a thread-level scheduling framework for in-process. It can
be used in conjunction with Java frameworks such as Spring, Dubbo and
Spring-injected Beans can be used freely in operations, such as data source
connection pools, Dubbo remote services, etc. It fits business developement
well and make development more conveniently.
+ElasticJob-Lite is a thread-level scheduling framework for in-process. It can
be used in conjunction with Java frameworks such as Spring, Dubbo and
Spring-injected Beans can be used freely in operations, such as data source
connection pools, Dubbo remote services, etc. It fits business development well
and make development more conveniently.
ElasticJob-Lite is deployed with business applications, and its life cycle is
same as the business applications. It is a typical embedded lightweight
architecture. ElasticJob-Lite is very suitable for ordinary Java applications
with stable resource usage and simple deployment architecture. It can be
understood as a Java development framework.
diff --git a/docs/blog/content/material/ss_5.0.0beta.cn.md
b/docs/blog/content/material/ss_5.0.0beta.cn.md
index 0c79383..aacbd4b 100644
--- a/docs/blog/content/material/ss_5.0.0beta.cn.md
+++ b/docs/blog/content/material/ss_5.0.0beta.cn.md
@@ -75,7 +75,7 @@ ShardingSphere 可插拔与可拓展架构理念,为用户提供如积木一
#### 全新开放式可观测能力
-为了有效分离可观测性与主线功能,ShardingSphere
提供了自动化探针,用于方便用户定制化扩展调用链路追踪(tracing)、性能度量指标(metrics)和日志(log)的埋点。ShardingSphere
内置实现了基于 Opentracing、Jaegar 和 Zipkin 的 tracing 探针和基于 Prometheus 的 metrics
探针,并且提供了默认的日志实现。
+为了有效分离可观测性与主线功能,ShardingSphere
提供了自动化探针,用于方便用户定制化扩展调用链路追踪(tracing)、性能度量指标(metrics)和日志(log)的埋点。ShardingSphere
内置实现了基于 Opentracing、Jaeger 和 Zipkin 的 tracing 探针和基于 Prometheus 的 metrics
探针,并且提供了默认的日志实现。
### 3. 增强
diff --git a/docs/blog/content/material/ss_5.0.0beta.en.md
b/docs/blog/content/material/ss_5.0.0beta.en.md
index 1f11dc4..27f1bad 100644
--- a/docs/blog/content/material/ss_5.0.0beta.en.md
+++ b/docs/blog/content/material/ss_5.0.0beta.en.md
@@ -14,7 +14,7 @@ As an Apache top-level project, ShardingSphere goes through
community verificati
SQL is a database query programming language for accessing, querying,
updating, and managing relational database systems. Most of the existing
general database systems tend to rewrite and extend SQL to better fit their own
database system with higher flexibility and functionality.
-DistSQL (Distributed SQL) is a special built-in language proposed by Apache
ShardingSphere providing additional functional operation capability in
comparison to the standard SQL. Users can use ShardingSphere just like other
database systems with DistSQL, therefore no longer positioning ShardingSphere
as a middleware architecture for programmers, but also making it transferrable
to an infrastructure product for operation and maintenance.
+DistSQL (Distributed SQL) is a special built-in language proposed by Apache
ShardingSphere providing additional functional operation capability in
comparison to the standard SQL. Users can use ShardingSphere just like other
database systems with DistSQL, therefore no longer positioning ShardingSphere
as a middleware architecture for programmers, but also making it transferable
to an infrastructure product for operation and maintenance.
ShardingSphere currently includes three types of DistSQL including RDL, RQL
and RAL:
@@ -54,7 +54,7 @@ Pluggable architecture’s improvement effectively evolves
ShardingSphere into a
#### New Open Observability
ShardingSphere provides automated probes to effectively separate observability
from the main functionality. This brings significant convenience for
user-customized tracing, metrics, and logging.
-OpenTracing, Jaegar, Zipkin based tracing probes and Prometheus Metrics
probes, as well as a default logging implementation also have built-in
implementations.
+OpenTracing, Jaeger, Zipkin based tracing probes and Prometheus Metrics
probes, as well as a default logging implementation also have built-in
implementations.
### 3. Enhancements
diff --git
a/docs/community/themes/hugo-theme-learn/exampleSite/content/basics/installation/_index.en.cn.md
b/docs/community/themes/hugo-theme-learn/exampleSite/content/basics/installation/_index.en.cn.md
index 995f0a6..0d5443d 100644
---
a/docs/community/themes/hugo-theme-learn/exampleSite/content/basics/installation/_index.en.cn.md
+++
b/docs/community/themes/hugo-theme-learn/exampleSite/content/basics/installation/_index.en.cn.md
@@ -23,20 +23,20 @@ Alternatively, you can [download the theme as
.zip](https://github.com/matcornic
## Basic configuration
-When building the website, you can set a theme by using `--theme` option. We
suggest you to edit your configuration file and set the theme by default. By
the way, add requirements for search functionnality to be enabled.
+When building the website, you can set a theme by using `--theme` option. We
suggest you to edit your configuration file and set the theme by default. By
the way, add requirements for search functionality to be enabled.
```toml
# Change the default theme to be use when building the site with Hugo
theme = "hugo-theme-learn"
-# For search functionnality
+# For search functionality
[outputs]
home = [ "HTML", "RSS", "JSON"]
```
## Create your first chapter page
-Chapters are pages containg other child pages. It has a special layout style
and usually just contains a _chapter name_, the _title_ and a _brief abstract_
of the section.
+Chapters are pages containing other child pages. It has a special layout style
and usually just contains a _chapter name_, the _title_ and a _brief abstract_
of the section.
```
### Chapter 1
@@ -69,7 +69,7 @@ hugo new basics/first-content.md
hugo new basics/second-content/_index.md
```
-Feel free to edit thoses files by adding some sample content and replacing
`title` value in the beginning of the files.
+Feel free to edit those files by adding some sample content and replacing
`title` value in the beginning of the files.
## Launching the website locally
diff --git
a/docs/community/themes/hugo-theme-learn/exampleSite/content/basics/style-customization/_index.en.cn.md
b/docs/community/themes/hugo-theme-learn/exampleSite/content/basics/style-customization/_index.en.cn.md
index 2150b12..fde9e84 100644
---
a/docs/community/themes/hugo-theme-learn/exampleSite/content/basics/style-customization/_index.en.cn.md
+++
b/docs/community/themes/hugo-theme-learn/exampleSite/content/basics/style-customization/_index.en.cn.md
@@ -13,7 +13,7 @@ This theme defines the following partials :
- *header*: the header of the content page (contains the breadcrumbs). _Not
meant to be overwritten_
- *custom-header*: custom headers in page. Meant to be overwritten when adding
CSS imports. Don't forget to include `style` HTML tag directive in your file
- *footer*: the footer of the content page (contains the arrows). _Not meant
to be overwritten_
-- *custom-footer*: custom footer in page. Meant to be overwritten when adding
Javacript. Don't forget to include `javascript` HTML tag directive in your file
+- *custom-footer*: custom footer in page. Meant to be overwritten when adding
Javascript. Don't forget to include `javascript` HTML tag directive in your file
- *favicon*: the favicon
- *logo*: the logo, on top left hand corner.
- *meta*: HTML meta tags, if you want to change default behavior
diff --git
a/docs/community/themes/hugo-theme-learn/exampleSite/content/credits.en.cn.md
b/docs/community/themes/hugo-theme-learn/exampleSite/content/credits.en.cn.md
index 6a956e3..5fc0126 100644
---
a/docs/community/themes/hugo-theme-learn/exampleSite/content/credits.en.cn.md
+++
b/docs/community/themes/hugo-theme-learn/exampleSite/content/credits.en.cn.md
@@ -23,6 +23,6 @@ And a special thanks to
[@vjeantet](https://github.com/vjeantet) for his work on
## Tooling
-* [Netlify](https://www.netlify.com) - Continuous deployement and hosting of
this documentation
+* [Netlify](https://www.netlify.com) - Continuous deployment and hosting of
this documentation
* [Hugo](https://gohugo.io/)
diff --git a/docs/document/content/features/encrypt/principle.en.md
b/docs/document/content/features/encrypt/principle.en.md
index ae37de8..804f90e 100644
--- a/docs/document/content/features/encrypt/principle.en.md
+++ b/docs/document/content/features/encrypt/principle.en.md
@@ -235,7 +235,7 @@ The processing flow is as follows:

So far, the online service encryption and rectification solutions have all
been demonstrated.
-We provide Java, YAML, Spring Boot Starter, Spring Namespace multiple ways for
users to choose to use, and strive to fulfil business requirements.
+We provide Java, YAML, Spring Boot Starter, Spring Namespace multiple ways for
users to choose to use, and strive to fulfill business requirements.
The solution has been continuously launched on JD Digits, providing internal
basic service support.
## The advantages of Middleware encryption service
diff --git
a/docs/document/themes/hugo-theme-learn/exampleSite/content/basics/installation/_index.en.md
b/docs/document/themes/hugo-theme-learn/exampleSite/content/basics/installation/_index.en.md
index 995f0a6..0d5443d 100644
---
a/docs/document/themes/hugo-theme-learn/exampleSite/content/basics/installation/_index.en.md
+++
b/docs/document/themes/hugo-theme-learn/exampleSite/content/basics/installation/_index.en.md
@@ -23,20 +23,20 @@ Alternatively, you can [download the theme as
.zip](https://github.com/matcornic
## Basic configuration
-When building the website, you can set a theme by using `--theme` option. We
suggest you to edit your configuration file and set the theme by default. By
the way, add requirements for search functionnality to be enabled.
+When building the website, you can set a theme by using `--theme` option. We
suggest you to edit your configuration file and set the theme by default. By
the way, add requirements for search functionality to be enabled.
```toml
# Change the default theme to be use when building the site with Hugo
theme = "hugo-theme-learn"
-# For search functionnality
+# For search functionality
[outputs]
home = [ "HTML", "RSS", "JSON"]
```
## Create your first chapter page
-Chapters are pages containg other child pages. It has a special layout style
and usually just contains a _chapter name_, the _title_ and a _brief abstract_
of the section.
+Chapters are pages containing other child pages. It has a special layout style
and usually just contains a _chapter name_, the _title_ and a _brief abstract_
of the section.
```
### Chapter 1
@@ -69,7 +69,7 @@ hugo new basics/first-content.md
hugo new basics/second-content/_index.md
```
-Feel free to edit thoses files by adding some sample content and replacing
`title` value in the beginning of the files.
+Feel free to edit those files by adding some sample content and replacing
`title` value in the beginning of the files.
## Launching the website locally
diff --git
a/docs/document/themes/hugo-theme-learn/exampleSite/content/basics/style-customization/_index.en.md
b/docs/document/themes/hugo-theme-learn/exampleSite/content/basics/style-customization/_index.en.md
index 2150b12..fde9e84 100644
---
a/docs/document/themes/hugo-theme-learn/exampleSite/content/basics/style-customization/_index.en.md
+++
b/docs/document/themes/hugo-theme-learn/exampleSite/content/basics/style-customization/_index.en.md
@@ -13,7 +13,7 @@ This theme defines the following partials :
- *header*: the header of the content page (contains the breadcrumbs). _Not
meant to be overwritten_
- *custom-header*: custom headers in page. Meant to be overwritten when adding
CSS imports. Don't forget to include `style` HTML tag directive in your file
- *footer*: the footer of the content page (contains the arrows). _Not meant
to be overwritten_
-- *custom-footer*: custom footer in page. Meant to be overwritten when adding
Javacript. Don't forget to include `javascript` HTML tag directive in your file
+- *custom-footer*: custom footer in page. Meant to be overwritten when adding
Javascript. Don't forget to include `javascript` HTML tag directive in your file
- *favicon*: the favicon
- *logo*: the logo, on top left hand corner.
- *meta*: HTML meta tags, if you want to change default behavior
diff --git
a/docs/document/themes/hugo-theme-learn/exampleSite/content/credits.en.md
b/docs/document/themes/hugo-theme-learn/exampleSite/content/credits.en.md
index 6a956e3..5fc0126 100644
--- a/docs/document/themes/hugo-theme-learn/exampleSite/content/credits.en.md
+++ b/docs/document/themes/hugo-theme-learn/exampleSite/content/credits.en.md
@@ -23,6 +23,6 @@ And a special thanks to
[@vjeantet](https://github.com/vjeantet) for his work on
## Tooling
-* [Netlify](https://www.netlify.com) - Continuous deployement and hosting of
this documentation
+* [Netlify](https://www.netlify.com) - Continuous deployment and hosting of
this documentation
* [Hugo](https://gohugo.io/)