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/servicecomb-pack.git


The following commit(s) were added to refs/heads/master by this push:
     new 094d973  Fix a format issue of design document.
094d973 is described below

commit 094d97387c19c2f5e5891021be4d80bb4e87d04d
Author: Willem Jiang <[email protected]>
AuthorDate: Thu Nov 14 11:18:34 2019 +0800

    Fix a format issue of design document.
---
 docs/design.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/design.md b/docs/design.md
index 81449eb..96e9a2c 100644
--- a/docs/design.md
+++ b/docs/design.md
@@ -1,7 +1,7 @@
 # Saga Pack Design
 [![ZH doc](https://img.shields.io/badge/document-中文-blue.svg)](design_zh.md)
 
-##BackGround Introduction
+## BackGround Introduction
 The following illustration shows a typical distributed transaction call, in 
which a user requests a distributed service call, and the initial service calls 
two participating services in sequence (Service A, Service B). When Service A 
executes successfully and Service B hits a problem, our distributed transaction 
need to call  service A's compensation operation to ensure the consistency of 
the distributed transaction (a single transaction fails and the entire 
distributed transaction needs [...]
 
 
![image-distributed-transaction](static_files/image-distributed-transaction.png)

Reply via email to