You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by li...@apache.org on 2018/04/28 01:37:04 UTC

[incubator-servicecomb-java-chassis] 02/02: SCB-470 fix spelling mistakes in README.md

This is an automated email from the ASF dual-hosted git repository.

liubao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-servicecomb-java-chassis.git

commit e4b50aa7e69171c7776ec4725afdba9535ddc722
Author: zhengyangyong <ya...@huawei.com>
AuthorDate: Fri Apr 27 18:32:53 2018 +0800

    SCB-470 fix spelling mistakes in README.md
    
    Signed-off-by: zhengyangyong <ya...@huawei.com>
---
 archetypes/business-service-spring-boot-starter/README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/archetypes/business-service-spring-boot-starter/README.md b/archetypes/business-service-spring-boot-starter/README.md
index 8c6424e..b3caa7d 100644
--- a/archetypes/business-service-spring-boot-starter/README.md
+++ b/archetypes/business-service-spring-boot-starter/README.md
@@ -19,10 +19,10 @@ java -jar xxxxxx-{version}-exec.jar
 
 ## Spring Boot and ServiceComb
 ### Why ServiceComb make integration with Spring Boot
-Spring Boot can accelerate develop speed of Spring application, it provider these features:
+Spring Boot can accelerate develop speed of Spring application, it provide these features:
 * Can create independent executable Spring application
 * Tomcat embedded, Jetty as Web server, and do not need package(war)
-* Provider many starter in order to simplify maven dependency
+* Provide many starters in order to simplify maven dependency
 
 Using Spring Boot in microservice development, can greatly simplifying configure and deploy. ServiceComb is a microservice framework with full functionality of service management, focus on rapidly development of microservices, so integration with Spring Boot can obtain greater advantages.
 
@@ -31,6 +31,6 @@ Developers often use Spring Boot in the following way:
 * Java application : import `spring-boot-starter` then develop general application, does not contain WEB
 * Web application : import `spring-boot-starter-web` then develop web application, also include an embedded Tomcat or Jetty server, and use Spring Web MVC framework to develop REST endpoints
 
-The first way, do not need any refactor, dfirect startup ServiceComb via Spring Boot.
+The first way, do not need any refactoring, directly startup ServiceComb via Spring Boot.
 
 The second way is replace `Spring MVC DispatcherServlet` with `ServiceComb RestServlet`.
\ No newline at end of file

-- 
To stop receiving notification emails like this one, please contact
liubao@apache.org.