diff --git a/docs/src/developing/versioned-transactions.md b/docs/src/developing/versioned-transactions.md index 95c2073b2115b6..8d942814d7310d 100644 --- a/docs/src/developing/versioned-transactions.md +++ b/docs/src/developing/versioned-transactions.md @@ -93,7 +93,7 @@ let blockhash = await connection Create an `array` of all the `instructions` you desire to send in your transaction. In this example below, we are creating a simple SOL transfer instruction: ```js -// create an array with your desires `instructions` +// create an array with your desired `instructions` const instructions = [ web3.SystemProgram.transfer({ fromPubkey: payer.publicKey,