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 2018/06/06 11:42:01 UTC

[incubator-servicecomb-saga] branch master updated (7394b31 -> fbab68c)

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

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


    from 7394b31  SCB-647 Use separate section for alpha-server and omega in LICENSE
     new bd056a7  fix typos in README.md
     new fbab68c  fix typos in README.md

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 saga-demo/saga-spring-cloud-demo/README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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

[incubator-servicecomb-saga] 02/02: fix typos in README.md

Posted by ni...@apache.org.
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-saga.git

commit fbab68c3293fee5da21c1c71da29f790ae8ebc90
Author: tuohai666 <tu...@gmail.com>
AuthorDate: Wed Jun 6 19:10:56 2018 +0800

    fix typos in README.md
---
 saga-demo/saga-spring-cloud-demo/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/saga-demo/saga-spring-cloud-demo/README.md b/saga-demo/saga-spring-cloud-demo/README.md
index aa225da..a5c7b5a 100644
--- a/saga-demo/saga-spring-cloud-demo/README.md
+++ b/saga-demo/saga-spring-cloud-demo/README.md
@@ -106,7 +106,7 @@ curl http://${host_address}:8082/bookings
 
 ```
 
-2. Booking 3 rooms and 2 cars, this booking will case the hotel order failed and trigger the compensate operation with car booking.
+2. Booking 3 rooms and 2 cars, this booking will cause the hotel order failed and trigger the compensate operation with car booking.
 ```
 curl -X POST http://${host_address}:8083/booking/test/3/2
 ```

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

[incubator-servicecomb-saga] 01/02: fix typos in README.md

Posted by ni...@apache.org.
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-saga.git

commit bd056a749a87d511ae1eb02502ff293cf990d62e
Author: tuohai666 <tu...@gmail.com>
AuthorDate: Wed Jun 6 18:25:02 2018 +0800

    fix typos in README.md
---
 saga-demo/saga-spring-cloud-demo/README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/saga-demo/saga-spring-cloud-demo/README.md b/saga-demo/saga-spring-cloud-demo/README.md
index 65b9e69..aa225da 100644
--- a/saga-demo/saga-spring-cloud-demo/README.md
+++ b/saga-demo/saga-spring-cloud-demo/README.md
@@ -52,7 +52,7 @@ You can run the demo using either docker compose or executable files.
       ./saga-demo.sh up-mysql
       ```
 
-   **Note:** If you want start alpha server and demon services separatelly, you can try the following steps:
+   **Note:** If you want start alpha server and demon services separately, you can try the following steps:
    1. start alpha server
       ```bash
           ./saga-demo.sh up-alpha
@@ -106,7 +106,7 @@ curl http://${host_address}:8082/bookings
 
 ```
 
-2. Booking 3 rooms and 2 cars, this booking will case the hotel order failed and trigger the compansate operation with car booking.
+2. Booking 3 rooms and 2 cars, this booking will case the hotel order failed and trigger the compensate operation with car booking.
 ```
 curl -X POST http://${host_address}:8083/booking/test/3/2
 ```

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