Skip to content

Commit

Permalink
docs: typo fix (coral-xyz#1308)
Browse files Browse the repository at this point in the history
  • Loading branch information
u32luke authored and losman0s committed Feb 7, 2022
1 parent cd8aecd commit 6a55c97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/tutorials/tutorial-1.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ The last element passed into the method is common amongst all dynamically genera
methods on the `rpc` namespace, containing several options for a transaction. Here,
we specify the `accounts` field, an object of all the addresses the transaction
needs to touch, and the `signers` array of all `Signer` objects needed to sign the
transaction. Because `myAccount` is being created, the Solana runtime requries it
transaction. Because `myAccount` is being created, the Solana runtime requires it
to sign the transaction.

::: details
Expand Down

0 comments on commit 6a55c97

Please sign in to comment.