Browse Source

Fix typo in tutorial-6 (#482)

Yang Li 4 years ago
parent
commit
97e9e03fb0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/src/tutorials/tutorial-6.md

+ 1 - 1
docs/src/tutorials/tutorial-6.md

@@ -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.
 :::