From 8d5fc871ff1533b90c78055569480b0d37884873 Mon Sep 17 00:00:00 2001 From: chase-45 Date: Tue, 20 Sep 2022 10:21:40 -0400 Subject: [PATCH] fix --- src/dapps/architecture/4_topology.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dapps/architecture/4_topology.md b/src/dapps/architecture/4_topology.md index 3e7c14e..af8dfa2 100644 --- a/src/dapps/architecture/4_topology.md +++ b/src/dapps/architecture/4_topology.md @@ -38,7 +38,7 @@ Hub and Spoke models can somewhat be thought of as the natural evolution of the You can think of the data flow across a Hub-and-Spoke system as follows: -1. The end user's wallet interacts with your (lightweight) remote contracts on remote chain. +1. The end user's wallet interacts with your (lightweight) remote contracts. 2. The remote contracts perform any necessary trusted computation. 3. The remote contracts use Wormhole to generate a VAA, which is consumed by the hub contract. 4. The hub contract performs all necessary operations.