Skip to content

Commit 05a26ea

Browse files
committed
Fix typos
1 parent 3638dab commit 05a26ea

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ Create tokens where transfers must have a memo describing the transaction attach
224224

225225
[Anchor](./tokens/token-2022/memo-transfer/anchor) [Quasar](./tokens/token-2022/memo-transfer/quasar)
226226

227-
### Adding on-chain metadata to the token mint
227+
### Adding onchain metadata to the token mint
228228

229229
Create tokens that store their onchain metadata inside the token mint, without needing to use or pay for additional programs.
230230

@@ -286,7 +286,7 @@ Use token account owner data as seeds to derive extra accounts in a transfer hoo
286286

287287
### Transfer hook - allow/block list
288288

289-
Restrict or allow token transfers using an on-chain allow/block list managed by a list authority.
289+
Restrict or allow token transfers using an onchain allow/block list managed by a list authority.
290290

291291
[Anchor](./tokens/token-2022/transfer-hook/allow-block-list-token/anchor) [Quasar](./tokens/token-2022/transfer-hook/allow-block-list-token/quasar)
292292

@@ -298,7 +298,7 @@ Charge an additional cost or fee on every token transfer using a transfer hook.
298298

299299
### Transfer hook - transfer switch
300300

301-
Enable or disable token transfers with an on-chain switch using a transfer hook.
301+
Enable or disable token transfers with an onchain switch using a transfer hook.
302302

303303
[Anchor](./tokens/token-2022/transfer-hook/transfer-switch/anchor) [Quasar](./tokens/token-2022/transfer-hook/transfer-switch/quasar)
304304

0 commit comments

Comments
 (0)