WillemJiang closed pull request #206: Fix typos in README.md
URL: https://github.com/apache/incubator-servicecomb-saga/pull/206
This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:
As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):
diff --git a/saga-demo/saga-spring-cloud-demo/README.md
b/saga-demo/saga-spring-cloud-demo/README.md
index 65b9e690..a5c7b5ae 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 cause the hotel order failed
and trigger the compensate operation with car booking.
```
curl -X POST http://${host_address}:8083/booking/test/3/2
```
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services