Browse Source

docs: Fix typo in tutorial-1 (#478)

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

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

@@ -122,5 +122,5 @@ anchor test
 ## Next Steps
 
 We've covered all the basics of developing applications using Anchor. However, we've
-left out one import aspect to ensure the security of our programs--validating input
+left out one important aspect to ensure the security of our programs--validating input
 and access control. We'll cover that next.