-
Notifications
You must be signed in to change notification settings - Fork 149
fix: typos #529
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: typos #529
Conversation
|
@yash251 is attempting to deploy a commit to the Zeta Team on Vercel. A member of the Team first needs to authorize it. |
📝 WalkthroughWalkthroughThis pull request encompasses a series of documentation corrections across multiple files in the ZetaChain project. The changes primarily involve fixing typographical errors, spelling mistakes, and improving the clarity of authorization statements, parameter descriptions, and technical documentation. The modifications span various sections including message interfaces, contract documentation, and user-facing guides, ensuring linguistic precision without altering underlying functionality. Changes
Suggested Reviewers
Possibly Related PRs
Note: No sequence diagram is generated for this PR as the changes are primarily documentation-based and do not involve significant functional modifications. 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
🧹 Nitpick comments (1)
src/pages/users/keplr/transfer.mdx (1)
19-19: Remove unnecessary comma after "Please"For improved readability in technical documentation, remove the comma after "Please".
-want to transfer. Please, note that the amount in Keplr is specified in ZETA, so +want to transfer. Please note that the amount in Keplr is specified in ZETA, so🧰 Tools
🪛 LanguageTool
[typographical] ~19-~19: A comma between “please” and the verb is normally not needed. If you want to signal a pause, consider using an em dash instead.
Context: ...`) and the amount you want to transfer. Please, note that the amount in Keplr is specified i...(PLEASE_UNNECESSARY_COMMA)
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (15)
src/pages/architecture/modules/fungible/messages.md(1 hunks)src/pages/developers/architecture/modules/fungible/messages.mdx(1 hunks)src/pages/developers/architecture/modules/observer/messages.mdx(1 hunks)src/pages/developers/architecture/protocol/contracts/zevm/GatewayZEVM.sol/contract.GatewayZEVM.md(2 hunks)src/pages/developers/architecture/protocol/contracts/zevm/ZRC20.sol/contract.ZRC20.md(1 hunks)src/pages/developers/architecture/protocol/contracts/zevm/interfaces/IGatewayZEVM.sol/interface.IGatewayZEVM.md(3 hunks)src/pages/developers/architecture/protocol/contracts/zevm/interfaces/IGatewayZEVM.sol/interface.IGatewayZEVMEvents.md(3 hunks)src/pages/developers/architecture/zetacored/zetacored_export.md(1 hunks)src/pages/developers/services/goldsky.mdx(1 hunks)src/pages/developers/services/particle.mdx(1 hunks)src/pages/developers/tutorials/testnet.mdx(1 hunks)src/pages/nodes/start-here/syncing.mdx(1 hunks)src/pages/reference/apps/get-testnet-zeta.mdx(2 hunks)src/pages/reference/learn/faq.mdx(2 hunks)src/pages/users/keplr/transfer.mdx(1 hunks)
✅ Files skipped from review due to trivial changes (12)
- src/pages/developers/architecture/zetacored/zetacored_export.md
- src/pages/developers/tutorials/testnet.mdx
- src/pages/developers/services/particle.mdx
- src/pages/reference/learn/faq.mdx
- src/pages/developers/architecture/protocol/contracts/zevm/interfaces/IGatewayZEVM.sol/interface.IGatewayZEVMEvents.md
- src/pages/developers/architecture/modules/fungible/messages.mdx
- src/pages/developers/architecture/protocol/contracts/zevm/ZRC20.sol/contract.ZRC20.md
- src/pages/reference/apps/get-testnet-zeta.mdx
- src/pages/architecture/modules/fungible/messages.md
- src/pages/developers/architecture/modules/observer/messages.mdx
- src/pages/developers/services/goldsky.mdx
- src/pages/developers/architecture/protocol/contracts/zevm/GatewayZEVM.sol/contract.GatewayZEVM.md
🧰 Additional context used
🪛 LanguageTool
src/pages/users/keplr/transfer.mdx
[typographical] ~19-~19: A comma between “please” and the verb is normally not needed. If you want to signal a pause, consider using an em dash instead.
Context: ...`) and the amount you want to transfer. Please, note that the amount in Keplr is specified i...
(PLEASE_UNNECESSARY_COMMA)
🔇 Additional comments (2)
src/pages/nodes/start-here/syncing.mdx (1)
103-103: LGTM: Corrected typographical error in log outputThe change from "exents" to "events" accurately reflects the correct terminology for block indexing logs.
src/pages/developers/architecture/protocol/contracts/zevm/interfaces/IGatewayZEVM.sol/interface.IGatewayZEVM.md (1)
85-85: LGTM: Corrected parameter descriptionsThe changes consistently fix the typographical error in the
callOptionsparameter descriptions, changing "arbirtrary" to "arbitrary" across multiple function definitions.Also applies to: 113-113, 139-139
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
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.
This file is generated from the cosmos sdk side and should probably be reverted. I would be automatically reverted the next time the documentation is updated anyway.
|
@zeta-chain/fullstack please, review. I think we can still merge these changes even though some of them will be overwritten when the docs are updated as Alex said. |
Summary by CodeRabbit
Documentation
Chores