Skip to content

Commit b46bd01

Browse files
authored
Merge pull request #8573 from OpenWJY/modify-document-1111
Fix error on send ether tokens tutorial (Chinese simplified) [Fixes #8571]
2 parents 7f1a899 + faceea3 commit b46bd01

File tree

1 file changed

+1
-1
lines changed
  • src/content/translations/zh/developers/tutorials/send-token-etherjs

1 file changed

+1
-1
lines changed

src/content/translations/zh/developers/tutorials/send-token-etherjs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ window.ethersProvider.getGasPrice() // gasPrice
9999
2. **`to_address`**:代币接收人的地址
100100
3. **`send_token_amount`**:您想要发送给接收人的金额
101101
4. **`gas_limit`**:燃料限制
102-
5. **`gas_limit`**:燃料价格
102+
5. **`gas_price`**:燃料价格
103103

104104
[请参阅下文了解如何使用](#how-to-use)
105105

0 commit comments

Comments
 (0)