Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit 8322b8b

Browse files
authored
Typos. (#3023)
1 parent 182c053 commit 8322b8b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

stateless-asks/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# Stateless Offer
22

3-
Simple program to make token offers to any bidder that can satisify
3+
Simple program to make token offers to any bidder that can satisfy
44
the constraints.
55

6-
This program is stateless. It is up to the maker to advertize. It
6+
This program is stateless. It is up to the maker to advertise. It
77
uses the PDA as a one way hash of the offer that the maker wants
88
to create. The maker then only needs to approve their token to the
99
PDA address for the taker to receive the items. The maker doesn't
10-
need to be online to complete the transaction, but needs to advertize
10+
need to be online to complete the transaction, but needs to advertise
1111
the offer off-chain.
1212

1313
## Maker

0 commit comments

Comments
 (0)