Fix typo in tutorial-6 (#482)

This commit is contained in:
Yang Li 2021-07-06 12:13:32 +08:00 committed by GitHub
parent 9401043702
commit 97e9e03fb0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ if you only use associated token addresses.
Unfortunately, the SPL token program doesn't do this, strictly. It was built *before* the existance
of associated token accounts (associated token accounts were built as an add-on).
So in reality, there are non associated token accounts floating around Solanaland.
However, for new programs, this isn't necessary, and it's recommend to only use associated
However, for new programs, this isn't necessary, and it's recommended to only use associated
accounts when creating accounts on behalf of users, such as a token account.
:::