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

Fix documentation typos and improve readability #1276

Open
wants to merge 2 commits 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 .github/ISSUE_TEMPLATE/keplr-extension-bug-report.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ If applicable, add screenshots to help explain your problem.
**Device details (please complete the following information):**
- OS: [e.g. OS X, Windows]
- Browser: [e.g. Chrome Version 79.0.3945.79 (Official Build)]
- Keplr Version: [e.g. 0.9.8 - find it on Extension tap(browser at the top right, click More(3 dots) > More tools > Extensions]
- Keplr Version: [e.g. 0.9.8 - find it on Extension tab (browser at the top right, click More(3 dots) > More tools > Extensions]
- Hardware Wallet: [e.g. Ledger Nano S Firmware version 1.6.0]

**Additional context**
Expand Down
2 changes: 1 addition & 1 deletion docs/api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ If the webpage has permission and Keplr is unlocked, this function will return t
}
```

It also returns the nickname for the key store currently selected, which should allow the webpage to display the current key store selected to the user in a more convenient mane.
It also returns the nickname for the key store currently selected, which should allow the webpage to display the current key store selected to the user in a more convenient manner.
`isNanoLedger` field in the return type is used to indicate whether the selected account is from the Ledger Nano. Because current Cosmos app in the Ledger Nano doesn't support the direct (protobuf) format msgs, this field can be used to select the amino or direct signer. [Ref](./cosmjs.md#types-of-offline-signers)

### Sign Amino
Expand Down