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/07 08:49:55 UTC

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

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

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

commit 1f3c3d1e61a6c7f40df479a43d28b54f335d84ac
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.