Skip to content

Fix Typo - #69

Merged
4 commits merged into
KiiChain:mainfrom
raddenpattah:main
Sep 17, 2025
Merged

Fix Typo#69
4 commits merged into
KiiChain:mainfrom
raddenpattah:main

Conversation

@raddenpattah

@raddenpattah raddenpattah commented Sep 12, 2025

Copy link
Copy Markdown
Contributor

After a sentence ends, a period must be added, but there the period is too far away

Type of change

  • Documentation (updates documentation on the project)

After a sentence ends, a period must be added, but there the period is too far away
@coderabbitai

coderabbitai Bot commented Sep 12, 2025

Copy link
Copy Markdown

Walkthrough

Three documentation edits under learn/getting-started: in README.md a typographical fix removed an extra space before the period after "Keplr" (changed "Keplr ." to "Keplr."); in download-a-mobile-wallet.md two sentences were merged to state availability on the App Store and Google Play and "24 set word keys" was replaced with "24-word seed phrase" (hyphenated); in connect-wallet-to-explorer-app.md an erroneous duplicated trailing link fragment was removed. No functional code, links, control flow, or public API declarations were changed.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Pre-merge checks and finishing touches

✅ Passed checks (3 passed)
Check name Status Explanation
Title Check ✅ Passed The title "Fix Typo" accurately signals the PR's intent to correct typographical issues in documentation (a misplaced period and minor wording fixes) and is directly related to the changeset, so it meets the check criteria for relevance and conciseness.
Description Check ✅ Passed The pull request description states the misplaced period was corrected and flags the change as documentation, which directly corresponds to the provided file summaries (punctuation and small wording edits), so it is related to the changeset and passes this lenient check.
Docstring Coverage ✅ Passed No functions found in the changes. Docstring coverage check skipped.
✨ Finishing touches
🧪 Generate unit tests
  • Create PR with unit tests
  • Post copyable unit tests in a comment

📜 Recent review details

Configuration used: CodeRabbit UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 07eaeea and 5021920.

📒 Files selected for processing (1)
  • learn/getting-started/connect-wallet-to-explorer-app.md (1 hunks)
✅ Files skipped from review due to trivial changes (1)
  • learn/getting-started/connect-wallet-to-explorer-app.md

Tip

👮 Agentic pre-merge checks are now available in preview!

Pro plan users can now enable pre-merge checks in their settings to enforce checklists before merging PRs.

  • Built-in checks – Quickly apply ready-made checks to enforce title conventions, require pull request descriptions that follow templates, validate linked issues for compliance, and more.
  • Custom agentic checks – Define your own rules using CodeRabbit’s advanced agentic capabilities to enforce organization-specific policies and workflows. For example, you can instruct CodeRabbit’s agent to verify that API documentation is updated whenever API schema files are modified in a PR. Note: Upto 5 custom checks are currently allowed during the preview period. Pricing for this feature will be announced in a few weeks.

Please see the documentation for more information.

Example:

reviews:
  pre_merge_checks:
    custom_checks:
      - name: "Undocumented Breaking Changes"
        mode: "warning"
        instructions: |
          Pass/fail criteria: All breaking changes to public APIs, CLI flags, environment variables, configuration keys, database schemas, or HTTP/GraphQL endpoints must be documented in the "Breaking Change" section of the PR description and in CHANGELOG.md. Exclude purely internal or private changes (e.g., code not exported from package entry points or explicitly marked as internal).

Please share your feedback with us on this Discord post.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

Caution

Some comments are outside the diff and can’t be posted inline due to platform limitations.

⚠️ Outside diff range comments (2)
learn/getting-started/README.md (2)

33-35: Fix EVM address prefix ("Ox" ➜ "0x")

Ethereum addresses use the 0x prefix; using “Ox” would mislead users.

-$request Ox12345abcde…
+$request 0x12345abcde…

95-99: Broken link: "Launch a node/full node/validator" — replace target

The target is "(broken-reference)". In learn/getting-started/README.md (lines 95–99) replace it with:
../../validate-the-network/run-a-validator-full-node/step-by-step-guide/becoming-a-validator.md

📜 Review details

Configuration used: CodeRabbit UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between a72baf5 and 24a1913.

📒 Files selected for processing (1)
  • learn/getting-started/README.md (1 hunks)

Comment thread learn/getting-started/README.md Outdated
### Get a wallet in Testnet

Testnet Oro supports wallet connections with EVM and Cosmos based wallets like MetaMask and Keplr . To set up a wallet, make sure you have the MetaMask or Keplr wallet extension downloaded in your web browser. MetaMask supports extension downloads for the following web browsers: Chrome, Firefox, Brave, Edge and Opera. Kelpr supports wallets in Chrome, Firefox and Edge.
Testnet Oro supports wallet connections with EVM and Cosmos based wallets like MetaMask and Keplr. To set up a wallet, make sure you have the MetaMask or Keplr wallet extension downloaded in your web browser. MetaMask supports extension downloads for the following web browsers: Chrome, Firefox, Brave, Edge and Opera. Kelpr supports wallets in Chrome, Firefox and Edge.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue

Fix remaining typo ("Kelpr" ➜ "Keplr"); optional style polish on this sentence

"Kelpr" is misspelled. Also consider minor style tweaks (hyphenation, Oxford comma, “installed” vs “downloaded”) for clarity.

-Testnet Oro supports wallet connections with EVM and Cosmos based wallets like MetaMask and Keplr. To set up a wallet, make sure you have the MetaMask or Keplr wallet extension downloaded in your web browser. MetaMask supports extension downloads for the following web browsers: Chrome, Firefox, Brave, Edge and Opera. Kelpr supports wallets in Chrome, Firefox and Edge.
+Testnet Oro supports wallet connections with EVM- and Cosmos-based wallets like MetaMask and Keplr. To set up a wallet, make sure you have the MetaMask or Keplr wallet extension installed in your web browser. MetaMask supports extension downloads for the following web browsers: Chrome, Firefox, Brave, Edge, and Opera. Keplr supports wallets in Chrome, Firefox, and Edge.
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
Testnet Oro supports wallet connections with EVM and Cosmos based wallets like MetaMask and Keplr. To set up a wallet, make sure you have the MetaMask or Keplr wallet extension downloaded in your web browser. MetaMask supports extension downloads for the following web browsers: Chrome, Firefox, Brave, Edge and Opera. Kelpr supports wallets in Chrome, Firefox and Edge.
Testnet Oro supports wallet connections with EVM- and Cosmos-based wallets like MetaMask and Keplr. To set up a wallet, make sure you have the MetaMask or Keplr wallet extension installed in your web browser. MetaMask supports extension downloads for the following web browsers: Chrome, Firefox, Brave, Edge, and Opera. Keplr supports wallets in Chrome, Firefox, and Edge.
🤖 Prompt for AI Agents
In learn/getting-started/README.md around line 17, fix the typo "Kelpr" to
"Keplr" and revise the sentence for clarity and style: replace "downloaded in
your web browser" with "installed as a browser extension," add an Oxford comma
in the browser list, use consistent hyphenation ("EVM- and Cosmos-based
wallets"), and ensure MetaMask/Keplr names are spelled correctly and
capitalized.

Repeating the same sentence twice within a single paragraph sounds a bit odd, so it should be revised by adding a comma and the conjunction “and.” This change makes the wording flow much better and eliminates the awkwardness.

As for the phrase “manage their 24 set word keys,” it is uncommon and somewhat confusing. In the crypto ecosystem it is normally referred to as a **24‑word seed phrase** or a **24‑word recovery phrase**.

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 0

🧹 Nitpick comments (2)
learn/getting-started/download-a-mobile-wallet.md (2)

10-10: Tighten sentence, fix “log in,” and normalize hyphenation.

Minor grammar/style nits to improve readability and consistency.

-Mobile wallets are currently in deployment mode for Testnet Oro, and available on the App Store and Google Play for users who would like to have access to the basic functions of the chain. Within the mobile wallet, users can login via email or manage their 24‑word seed phrase. 
+Mobile wallets are currently in deployment mode for Testnet Oro and are available on the App Store and Google Play for users who want access to basic chain functions. Within the mobile wallet, users can log in via email or manage their 24-word seed phrase.

12-12: Use “App Store,” not “Apple Store.”

Apple’s marketplace is called the App Store; adjust the label for correctness and consistency with Line 2/Line 8.

-Apple Store: [https://apps.apple.com/us/app/kii-mobile/id6474740411](https://apps.apple.com/us/app/kii-mobile/id6474740411)
+App Store: [https://apps.apple.com/us/app/kii-mobile/id6474740411](https://apps.apple.com/us/app/kii-mobile/id6474740411)
📜 Review details

Configuration used: CodeRabbit UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 24a1913 and 46b48dc.

📒 Files selected for processing (1)
  • learn/getting-started/download-a-mobile-wallet.md (1 hunks)

there's double link in "set up a wallet" link, causing double link but its a different link and causing typo
@jhelison jhelison closed this pull request by merging all changes into KiiChain:main in 6ec55c6 Sep 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants