Skip to content

Commit

Permalink
grammar fix for rpc.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Cris committed Jul 7, 2019
1 parent 45d2d07 commit f93026f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/dapp-development/rpc/rpc.md
Original file line number Diff line number Diff line change
Expand Up @@ -728,14 +728,14 @@ Return the estimate gas of transaction.

##### Parameters

The parameters of the `EstimateGas` method is the same as the
[SendTransaction](rpc_admin.md/#sendtransaction)parameters.
The parameters of the `EstimateGas` method are the same as the
[SendTransaction](rpc_admin.md/#sendtransaction) parameters.

##### Returns

`gas` the estimate gas.

`err` error message of the transaction executing
`err` error message of the transaction being executed.

##### HTTP Example

Expand Down

0 comments on commit f93026f

Please sign in to comment.