Skip to content

Commit a30d2bd

Browse files
FAB-9809 fix typo
Change-Id: Ib94a340c1e239f74a15a257d7e9faff8396f8522 Signed-off-by: Christopher Ferris <chrisfer@us.ibm.com>
1 parent ea74e65 commit a30d2bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/whatis.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ Further, since all transactions are executed sequentially by all nodes, performa
8585
Fabric introduces a new architecture for transactions that we call **execute-order-validate**. It addresses the resiliency, flexibility, scalability, performance and confidentiality challenges faced by the order-execute model. It separates the transaction flow into three steps:
8686

8787
- executing a transaction and checking its correctness, thereby endorsing it;
88-
- rdering transactions through a consensus protocol; and
88+
- ordering transactions through a consensus protocol; and
8989
- transactions validated against an application-specific endorsement policy and committed to the ledger
9090

9191
This design departs radically from the order-execute paradigm in that Fabric executes transactions before reaching final agreement on their order.

0 commit comments

Comments
 (0)