浏览代码

docs: typo fix (#1308)

LM 3 年之前
父节点
当前提交
71f9c02c91
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/src/tutorials/tutorial-1.md

+ 1 - 1
docs/src/tutorials/tutorial-1.md

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