From c583a1ae35b758a841deae600078d30b610a856a Mon Sep 17 00:00:00 2001 From: jholmes91 Date: Sun, 24 Mar 2024 22:04:22 +0000 Subject: [PATCH] fix: update custom-aa-tutorial.md (#928) --- .../account-abstraction/custom-aa-tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/build/tutorials/smart-contract-development/account-abstraction/custom-aa-tutorial.md b/docs/build/tutorials/smart-contract-development/account-abstraction/custom-aa-tutorial.md index 3c8ed059a1..2cd48c6fbc 100644 --- a/docs/build/tutorials/smart-contract-development/account-abstraction/custom-aa-tutorial.md +++ b/docs/build/tutorials/smart-contract-development/account-abstraction/custom-aa-tutorial.md @@ -465,7 +465,7 @@ function prepareForPaymaster( ### Transaction Execution -To implementing transaction execution, extract the transaction data and execute it: +To implement transaction execution, extract the transaction data and execute it: ```solidity function _executeTransaction(Transaction calldata _transaction) internal {