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

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

View File

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