From 9401043702d73c9503d54015b35e275aaabb9446 Mon Sep 17 00:00:00 2001 From: Yang Li Date: Tue, 6 Jul 2021 00:50:19 +0800 Subject: [PATCH] docs: Fix typo in tutorial-1 (#478) --- docs/src/tutorials/tutorial-1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/tutorials/tutorial-1.md b/docs/src/tutorials/tutorial-1.md index 5924962e..647c1165 100644 --- a/docs/src/tutorials/tutorial-1.md +++ b/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.