From b857eb9a6de756d7b02e96d548d759450dd8a842 Mon Sep 17 00:00:00 2001 From: Chris Troutner Date: Tue, 15 Mar 2022 10:03:36 -0700 Subject: [PATCH] Fixing typo in dev docs --- dev-docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-docs/README.md b/dev-docs/README.md index 158d475..931226d 100644 --- a/dev-docs/README.md +++ b/dev-docs/README.md @@ -25,7 +25,7 @@ This architecture keeps the global database highly censorship resistant, while a The workflow of a token trade has three parts: 1. **Make** - An *Offer* to buy or sell tokens is generated by a user, known as the *Maker*. -2. **Take** - A second user, known as a *Taker*, will *take* the *Offer* by issues a *Counter Offer* +2. **Take** - A second user, known as a *Taker*, will *take* the *Offer* by issuing a *Counter Offer* 3. **Accept** - The original *Maker* checks the *Counter Offer* and *Accepts* it by signing and then broadcasting the transaction. Trades done in this way are both *trustless* and *atomic*: