fix typos in README.md
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 @@
 
 ```
 
-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
 ```