Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: fix typos and link broken #1107

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/api/cosmjs.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Also, `keplr.getOfflineSignerAuto(chainId: string): Promise<OfflineSigner | Offl
Keplr's `OfflineSigner` implements the `OfflineDirectSigner` interface. Use `SigningStargateClient` with Keplr's `OfflineSigner`, and Keplr will sign the transaction in Proto sign doc format.

### Example
Refer to the [keplr-example](https://github.com/chainapsis/keplr-example/blob/master/src/main.js) repository for example code on how to integrate Keplr with CosmJS.
Refer to the [keplr-example](https://github.com/chainapsis/keplr-example/blob/master/src/App.tsx) repository for example code on how to integrate Keplr with CosmJS.

### Interaction Options
You can use Keplr native API’s to set interaction options even when using CosmJS. Please refer to [this section](./#interaction-options).
Expand Down
4 changes: 2 additions & 2 deletions packages/unit/src/int-pretty.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ describe("Test IntPretty", () => {
}
});

it("Test the add calcutation of IntPretty", () => {
it("Test the add calculation of IntPretty", () => {
const params: {
base: Dec | Int;
target: Dec | Int;
Expand Down Expand Up @@ -309,7 +309,7 @@ describe("Test IntPretty", () => {
}
});

it("Test the sub calcutation of IntPretty", () => {
it("Test the sub calculation of IntPretty", () => {
const params: {
base: Dec | Int;
target: Dec | Int;
Expand Down