Fix typo in versioned-transactions.md (#33902)

This commit is contained in:
Daniel Porteous (dport) 2023-10-27 16:45:24 +01:00 committed by GitHub
parent a18debc34a
commit 01603fdd1d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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,