You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by ni...@apache.org on 2017/12/22 03:09:25 UTC

[incubator-servicecomb-website] 02/05: typo fix

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

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

commit f3d5feb30285759504a6294ced3c8d46e864b9da
Author: huangliangjun <ju...@163.com>
AuthorDate: Tue Dec 19 11:03:58 2017 +0800

    typo fix
---
 _faqs/cn/faq.md                                      | 2 +-
 _pages/about-slides.md                               | 2 +-
 _posts/2017-08-24-autoscale-on-company.md            | 2 +-
 _posts/2017-09-07-seckill-develop-course-part-III.md | 4 ++--
 _users/cn/use-servicecomb-in-spring-boot.md          | 2 +-
 _users/use-servicecomb-in-spring-boot.md             | 2 +-
 6 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/_faqs/cn/faq.md b/_faqs/cn/faq.md
index b5311fe..3a2002f 100755
--- a/_faqs/cn/faq.md
+++ b/_faqs/cn/faq.md
@@ -169,7 +169,7 @@ redirect_from:
            200:
              description: "response of 200"
              schema:
-               $ref: "#/definitions/ReponseImpl"
+               $ref: "#/definitions/ResponseImpl"
    ```
    
    采用上面方式定义接口。在服务注册以后,从服务中心查询下来的接口type: string 丢失,变成了:
diff --git a/_pages/about-slides.md b/_pages/about-slides.md
index e0e64da..6b9b53e 100644
--- a/_pages/about-slides.md
+++ b/_pages/about-slides.md
@@ -21,7 +21,7 @@ date: 2017-06-20T11:02:20+08:00
  * [ServiceComb: past and present]({{ site.url }}{{ site.baseurl }}/assets/slides/20171102/ServiceComb_PastAndPresent.pdf)
 
 ## [ServiceComb live streaming phase III](http://www.itdks.com/liveevent/detail/6621), 20171109
- * [Micrservice practice of Huawei consumer cloud based on ServiceComb]({{ site.url }}{{ site.baseurl }}/assets/slides/20171109/MicroservicePracticeOfHuaweiConsumerCloudBasedOnServiceComb.pdf)
+ * [Microservice practice of Huawei consumer cloud based on ServiceComb]({{ site.url }}{{ site.baseurl }}/assets/slides/20171109/MicroservicePracticeOfHuaweiConsumerCloudBasedOnServiceComb.pdf)
 
 ## [ServiceComb live streaming phase IV](http://www.itdks.com/liveevent/detail/6622), 20171124
  * [Live coding the quick start example of ServiceComb]({{ site.url }}{{ site.baseurl }}/assets/slides/20171124/LiveCodingServiceCombQuickStart.zip)
diff --git a/_posts/2017-08-24-autoscale-on-company.md b/_posts/2017-08-24-autoscale-on-company.md
index 3f47213..2809621 100644
--- a/_posts/2017-08-24-autoscale-on-company.md
+++ b/_posts/2017-08-24-autoscale-on-company.md
@@ -142,5 +142,5 @@ It is all of the demonstrate  above, anyway, Martin Fowler wrote in the [March 2
 
 Mr. Wang Lei, the forerunner of domestic practice micro-service, also held a comprehensive discussion in the book "Micro Service Architecture and Practice".      
 
-Company based on ServiceComb, with micor-service properties, so we can doing  fine-grained control to the single-load serivce Company-manager, to achieve the purpose of on-demand, this will greatly helpful to accurately and effectively solve the application bottlenecks, improve the efficiency of resource use.
+Company based on ServiceComb, with micro-service properties, so we can doing  fine-grained control to the single-load service Company-manager, to achieve the purpose of on-demand, this will greatly helpful to accurately and effectively solve the application bottlenecks, improve the efficiency of resource use.
 
diff --git a/_posts/2017-09-07-seckill-develop-course-part-III.md b/_posts/2017-09-07-seckill-develop-course-part-III.md
index 353599b..801e257 100644
--- a/_posts/2017-09-07-seckill-develop-course-part-III.md
+++ b/_posts/2017-09-07-seckill-develop-course-part-III.md
@@ -31,9 +31,9 @@ redirect_from:
 ## Improvement Implement
 ### Database Separation
 #### WriteDB
-  Admin micro-serivce maintain Promotion entity;
+  Admin micro-service maintain Promotion entity;
 
-  Command micro-serivce wirte PromotionEvent Value-Object,when recovery Promotion,Relapy PromotionEvent.
+  Command micro-service write PromotionEvent Value-Object,when recovery Promotion,Relapy PromotionEvent.
 #### ReadDB
   Event micro-service write ActivePromotion Value-Object and Coupon Value-Object;
 
diff --git a/_users/cn/use-servicecomb-in-spring-boot.md b/_users/cn/use-servicecomb-in-spring-boot.md
index dd1789a..8b22419 100644
--- a/_users/cn/use-servicecomb-in-spring-boot.md
+++ b/_users/cn/use-servicecomb-in-spring-boot.md
@@ -65,7 +65,7 @@ redirect_from:
      <artifactId>spring-boot-starter-discovery</artifactId>
    </dependency>
    <dependency>
-     <!--让服务运行于Spring boot embeded tomat中-->
+     <!--让服务运行于Spring boot embedded tomcat中-->
      <group>io.servicecomb</group>
      <artifactId>spring-boot-starter-transport</artifactId>
    </dependency>
diff --git a/_users/use-servicecomb-in-spring-boot.md b/_users/use-servicecomb-in-spring-boot.md
index 73d2b21..907ae0d 100644
--- a/_users/use-servicecomb-in-spring-boot.md
+++ b/_users/use-servicecomb-in-spring-boot.md
@@ -65,7 +65,7 @@ redirect_from:
      <artifactId>spring-boot-starter-discovery</artifactId>
    </dependency>
    <dependency>
-     <!--让服务运行于Spring boot embeded tomat中-->
+     <!--让服务运行于Spring boot embedded tomcat中-->
      <group>io.servicecomb</group>
      <artifactId>spring-boot-starter-transport</artifactId>
    </dependency>

-- 
To stop receiving notification emails like this one, please contact
"commits@servicecomb.apache.org" <co...@servicecomb.apache.org>.