From 632a9646e28350a67e0e742fd15b1bbda5034b33 Mon Sep 17 00:00:00 2001 From: AztecBot Date: Tue, 16 Apr 2024 14:51:54 +0530 Subject: [PATCH] Fix grammer mistake on token contract tutorial --- 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 a4f5926c5b5..911e4e79e26 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