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 2020/07/30 02:27:56 UTC

[shardingsphere-elasticjob] branch master updated: grammar (#1295)

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-elasticjob.git


The following commit(s) were added to refs/heads/master by this push:
     new 22d6394  grammar (#1295)
22d6394 is described below

commit 22d6394f3a0d053f97c0209f12533c859186bab6
Author: wubingting <49...@users.noreply.github.com>
AuthorDate: Thu Jul 30 10:27:47 2020 +0800

    grammar (#1295)
---
 docs/content/faq/_index.en.md                                    | 2 +-
 docs/content/overview/_index.en.md                               | 2 +-
 docs/content/quick-start/elasticjob-cloud.en.md                  | 2 +-
 docs/content/user-manual/_index.en.md                            | 2 +-
 docs/content/user-manual/elasticjob-cloud/operation/_index.en.md | 2 +-
 docs/content/user-manual/elasticjob-lite/operation/_index.en.md  | 2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/docs/content/faq/_index.en.md b/docs/content/faq/_index.en.md
index 90ba338..d29fc40 100644
--- a/docs/content/faq/_index.en.md
+++ b/docs/content/faq/_index.en.md
@@ -34,7 +34,7 @@ Answer:
 `ElasticJob-Lite` adopts a decentralized design. If the configuration of each client is inconsistent and is not controlled, the configuration of the client which is last started will be the final configuration of the registry center.
 
 `ElasticJob-Lite` proposes the concept of `overwrite`, which can be configured through `JobConfiguration` or `Spring` namespace.
-`overwrite=true` indicates that the client's configuration is allowed override the registry center, and on the contrary is not allowed.
+`overwrite=true` indicates that the client's configuration is allowed to override the registry center, and on the contrary is not allowed.
 If there is no configuration of related jobs in the registry center, regardless of whether the property of `overwrite` is configured, the client's configuration will be still written into the registry center.
 
 ## 4. What happens if the job can't communicate with the registry center?
diff --git a/docs/content/overview/_index.en.md b/docs/content/overview/_index.en.md
index 6b7bbb6..991c040 100644
--- a/docs/content/overview/_index.en.md
+++ b/docs/content/overview/_index.en.md
@@ -33,7 +33,7 @@ Welcome communicate with community via [mail list](mailto:dev@shardingsphere.apa
 
 ## Introduction
 
-Using ElasticJob can make developers no longer worry about the non functional requirements such as jobs scale out, so that they can focus more on business coding;
+Using ElasticJob can make developers no longer worry about the non-functional requirements such as jobs scale out, so that they can focus more on business coding;
 At the same time, it can release operators too, so that they do not have to worry about jobs high availability and management, and can automatic operation by simply adding servers.
 
 ### ElasticJob-Lite
diff --git a/docs/content/quick-start/elasticjob-cloud.en.md b/docs/content/quick-start/elasticjob-cloud.en.md
index df99c09..a4f81c9 100644
--- a/docs/content/quick-start/elasticjob-cloud.en.md
+++ b/docs/content/quick-start/elasticjob-cloud.en.md
@@ -40,7 +40,7 @@ public class MyJob implements SimpleJob {
 
 ## Develop Job Bootstrap
 
-Define `main` method and call `JobBootstrap.execute()`, example as follow:
+Define `main` method and call `JobBootstrap.execute()`, example as follows:
 
 ```java
 public class MyJobDemo {
diff --git a/docs/content/user-manual/_index.en.md b/docs/content/user-manual/_index.en.md
index 3b9ae7b..61f8b27 100644
--- a/docs/content/user-manual/_index.en.md
+++ b/docs/content/user-manual/_index.en.md
@@ -5,4 +5,4 @@ weight = 4
 chapter = true
 +++
 
-This chapter describe how to use projects of ElasticJob: ElasticJob-Lite and ElasticJob-Cloud. 
+This chapter describes how to use projects of ElasticJob: ElasticJob-Lite and ElasticJob-Cloud. 
diff --git a/docs/content/user-manual/elasticjob-cloud/operation/_index.en.md b/docs/content/user-manual/elasticjob-cloud/operation/_index.en.md
index 015d6df..14495df 100644
--- a/docs/content/user-manual/elasticjob-cloud/operation/_index.en.md
+++ b/docs/content/user-manual/elasticjob-cloud/operation/_index.en.md
@@ -5,4 +5,4 @@ weight = 3
 chapter = true
 +++
 
-This chapter is a operation manual for ElasticJob-Cloud.
+This chapter is an operation manual for ElasticJob-Cloud.
diff --git a/docs/content/user-manual/elasticjob-lite/operation/_index.en.md b/docs/content/user-manual/elasticjob-lite/operation/_index.en.md
index ab17509..d09c7a9 100644
--- a/docs/content/user-manual/elasticjob-lite/operation/_index.en.md
+++ b/docs/content/user-manual/elasticjob-lite/operation/_index.en.md
@@ -5,4 +5,4 @@ weight = 3
 chapter = true
 +++
 
-This chapter is a operation manual for ElasticJob-Lite.
+This chapter is an operation manual for ElasticJob-Lite.