-
Notifications
You must be signed in to change notification settings - Fork 367
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
Typo Update how-to-stake-tia.md #1790
Conversation
Fix typo in staking tutorial: Replace "Celestia" with "TIA"
WalkthroughThe pull request updates the document Changes
Possibly related PRs
Suggested reviewers
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
🧹 Outside diff range and nitpick comments (1)
learn/how-to-stake-tia.md (1)
109-109
: Remove trailing period from headingThe heading contains a trailing period which violates markdown style guidelines.
Apply this diff to fix the markdown lint issue:
-### :two: Choose the amount of TIA and search for a validator. +### :two: Choose the amount of TIA and search for a validator🧰 Tools
🪛 Markdownlint
109-109: Punctuation: '.'
Trailing punctuation in heading(MD026, no-trailing-punctuation)
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
📒 Files selected for processing (1)
learn/how-to-stake-tia.md
(1 hunks)
🧰 Additional context used
🪛 Markdownlint
learn/how-to-stake-tia.md
109-109: Punctuation: '.'
Trailing punctuation in heading
(MD026, no-trailing-punctuation)
🔇 Additional comments (1)
learn/how-to-stake-tia.md (1)
111-111
: LGTM! Terminology correction looks good
The change from "Celestia" to "TIA tokens" improves accuracy and consistency in the documentation, aligning with the correct terminology for staking.
unecessary change. |
Description:
This PR addresses a typo in the staking tutorial where "Celestia" was incorrectly used when referring to the staking amount in the Gem Wallet section.
Issue:
The sentence:
is incorrect because it refers to the wrong token. The tutorial is about staking TIA tokens, not Celestia.
Correction:
The sentence has been corrected to:
This change is important to ensure accuracy in the tutorial, as users might be confused by the incorrect mention of "Celestia" when it should refer to "TIA", the native token for staking.
This pull request improves clarity and ensures the tutorial is aligned with the correct terminology for staking TIA tokens.
Summary by CodeRabbit