Skip to content

Commit

Permalink
Fix typo in versioned-transactions.md (#33902)
Browse files Browse the repository at this point in the history
  • Loading branch information
banool authored Oct 27, 2023
1 parent a18debc commit 01603fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/developing/versioned-transactions.md
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 01603fd

Please sign in to comment.