Browse Source

ts: Fixed typo in docs (#781)

Bryan Zierk 4 years ago
parent
commit
cfba251fc4
1 changed files with 1 additions and 1 deletions
  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.
    */