Fixing typo in dev docs

This commit is contained in:
Chris Troutner
2022-03-15 10:03:36 -07:00
committed by GitHub
parent 7301df1880
commit b857eb9a6d
+1 -1
View File
@@ -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*: