diff --git a/docs/docs/getting-started/typescript-support.md b/docs/docs/getting-started/typescript-support.md index 2d3a3cfd79..42f754eb75 100644 --- a/docs/docs/getting-started/typescript-support.md +++ b/docs/docs/getting-started/typescript-support.md @@ -18,4 +18,4 @@ Then, you can add the `@keplr-wallet/types` window to a global window object and > Usage of any other packages besides @keplr-wallet/types is not recommended. > - Any other packages besides @keplr-wallet/types are actively being developed, backward compatibility is not in the scope of support. -> - Since there are active changes being made, documentation is not being updated to the most recent version of the package as of right now. Documentations would be updated as packages get stable. +> - Since there are active changes being made, documentation is not being updated to the most recent version of the package as of right now. Documentation will be updated as packages become stable. diff --git a/docs/docs/guide/broadcast-tx.md b/docs/docs/guide/broadcast-tx.md index af3630ced1..125a76e20a 100644 --- a/docs/docs/guide/broadcast-tx.md +++ b/docs/docs/guide/broadcast-tx.md @@ -13,7 +13,7 @@ Now that you’ve learned [how to get a signed result](./sign-a-message), let’ --- -The `sendTx` method allows developers to broadcast a transaction via Keplr's LCD endpoints. Keplr handles the entire broadcasting process, including notifications on the transaction's progress(e.g., pending, success, or failure). If the transaction fails to broadcast, the method throws an error. +The `sendTx` method allows developers to broadcast a transaction via Keplr's LCD endpoints. Keplr handles the entire broadcasting process, including notifications on the transaction's progress (e.g., pending, success, or failure). If the transaction fails to broadcast, the method throws an error. ## Function Signature diff --git a/docs/docs/guide/sign-a-message.md b/docs/docs/guide/sign-a-message.md index cfcca6dcf3..a251fbf10b 100644 --- a/docs/docs/guide/sign-a-message.md +++ b/docs/docs/guide/sign-a-message.md @@ -17,7 +17,7 @@ Before submitting a transaction, users are required to review and sign a message />
-
For a EVM-based Chain Tx
+
For an EVM-based Chain Tx