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

Commit a79cba0

Browse files
Used full out spelling to resolve confusion - related to #3330 (#3331)
* Used full out spelling to resolve confusion - related to #3330 Based on @CriesofCarrots comment. Made a new PR, because I couldn't change #3330 anymore. Used full out spelling of the word `AToken` to resolve confusion. * Update docs/src/associated-token-account.md Co-authored-by: Tyera Eulberg <[email protected]>
1 parent 024ba3a commit a79cba0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/associated-token-account.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ transfer, for a token transfer to succeed the recipient must have a token
2121
account with the compatible mint already, and somebody needs to fund that token
2222
account. If the recipient must fund it first, it makes things like airdrop
2323
campaigns difficult and just generally increases the friction of token
24-
transfers. AToken allows the sender to create the associated token account for
24+
transfers. The Associated Token Account program allows the sender to create the associated token account for
2525
the receiver, so the token transfer just works.
2626

2727
See the [SPL Token](token.mdx) program for more information about tokens in

0 commit comments

Comments
 (0)