From d28b1cbc0364c1d760187ffa7263c147e9295dd4 Mon Sep 17 00:00:00 2001 From: ludamad Date: Mon, 22 Apr 2024 13:32:30 -0500 Subject: [PATCH] chore: redo typo PR by satyambnsal (#5929) Thanks satyambnsal for https://github.com/AztecProtocol/aztec-packages/pull/5769. Our policy is to redo typo changes to dissuade metric farming. This is an automated script. Co-authored-by: AztecBot --- docs/docs/developers/tutorials/writing_token_contract.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/developers/tutorials/writing_token_contract.md b/docs/docs/developers/tutorials/writing_token_contract.md index a9b9e942391..67dfcce6d19 100644 --- a/docs/docs/developers/tutorials/writing_token_contract.md +++ b/docs/docs/developers/tutorials/writing_token_contract.md @@ -176,7 +176,7 @@ Transactions are initiated in the private context, then move to the L2 public co Step 1. Private Execution -Users provide inputs and execute locally on a their device for privacy reasons. Outputs of the private execution are commitment and nullifier updates, a proof of correct execution and any return data to pass to the public execution context. +Users provide inputs and execute locally on their device for privacy reasons. Outputs of the private execution are commitment and nullifier updates, a proof of correct execution and any return data to pass to the public execution context. Step 2. Public Execution