-
Notifications
You must be signed in to change notification settings - Fork 0
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: fix typos #5
Conversation
WalkthroughThe changes in this pull request involve correcting spelling errors in function names and associated documentation across several files. Specifically, the term "Adderess" has been consistently corrected to "Address" in function names, variable names, and documentation comments. These modifications ensure that the code and its documentation accurately reflect the intended functionality and improve overall clarity. Changes
Tip New featuresWalkthrough comment now includes:
Notes:
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
Review details
Configuration used: CodeRabbit UI
Review profile: ASSERTIVE
Files selected for processing (4)
- src/index.ts (1 hunks)
- src/injector.ts (2 hunks)
- src/methods/index.ts (1 hunks)
- src/methods/jsDoc.ts (3 hunks)
Additional comments not posted (6)
src/injector.ts (2)
19-19
: Corrected method name in imports.The method name
getRequestsByWalletAddressMethod
has been correctly updated in the imports section to reflect the new, typo-free naming convention.
68-69
: Corrected method name infunctionInfoMap
.The entry for
getRequestsByWalletAddress
infunctionInfoMap
has been updated to use the corrected method name. This change ensures consistency and correctness in the mapping of function names to their implementations and associated metadata.src/index.ts (1)
40-42
: Corrected function name in options list.The
value
andlabel
for the option related togetRequestsByWalletAddress
have been correctly updated to reflect the new, typo-free naming convention. This change enhances the clarity and professionalism of the user interface.src/methods/index.ts (1)
199-199
: Corrected exported constant name.The exported constant
getRequestsByWalletAddressMethod
has been correctly updated to reflect the new, typo-free naming convention. This change ensures that the codebase remains professional and free of typographical errors.src/methods/jsDoc.ts (2)
86-86
: Documentation improvement approved.The clarification of the
confirmationBlocks
parameter as "optional, default is 2" enhances the clarity and usability of the documentation. This change ensures that developers are aware of the default behavior without ambiguity.
147-147
: Typographical correction approved.Correcting the typo in the function name from "Adderess" to "Address" in the example usage improves the accuracy of the documentation and prevents potential confusion. This change is crucial for maintaining the integrity and usability of the documentation.
Resolves #7
getRequestsByWalletAddress
methodpayRequest
JSDocSummary by CodeRabbit
Bug Fixes
Documentation
payRequest
andgetRequestsByWalletAddress
functions for better user understanding.