Pārlūkot izejas kodu

ts: Fixed typo in docs (#781)

Bryan Zierk 4 gadi atpakaļ
vecāks
revīzija
cfba251fc4
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      ts/src/provider.ts

+ 1 - 1
ts/src/provider.ts

@@ -81,7 +81,7 @@ export default class Provider {
    * Sends the given transaction, paid for and signed by the provider's wallet.
    *
    * @param tx      The transaction to send.
-   * @param signers The set of signers in addition to the provdier wallet that
+   * @param signers The set of signers in addition to the provider wallet that
    *                will sign the transaction.
    * @param opts    Transaction confirmation options.
    */