-
Notifications
You must be signed in to change notification settings - Fork 40
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 spelling errors #593
base: master
Are you sure you want to change the base?
Fix spelling errors #593
Conversation
👷 Deploy request for proof-of-humanity pending review.Visit the deploys page to approve it
|
Warning There were issues while running some tools. Please review the errors and either fix the tool’s configuration or disable the tool if it’s a critical failure. 🔧 ESLint
components/button.js(node:29529) [DEP0040] DeprecationWarning: The Oops! Something went wrong! :( ESLint: 7.27.0 Error: Error while loading rule 'graphql/template-strings': ENOENT: no such file or directory, open 'subgraph/build/full-schema.json' components/escrow-widget.stories.js(node:29536) [DEP0040] DeprecationWarning: The Oops! Something went wrong! :( ESLint: 7.27.0 Error: Error while loading rule 'graphql/template-strings': ENOENT: no such file or directory, open 'subgraph/build/full-schema.json' WalkthroughThis pull request involves minor corrections and improvements across several components and documentation files. The changes primarily focus on fixing spelling errors, correcting cursor styles, and improving type declarations. These updates enhance code clarity and consistency without introducing significant functional changes to the codebase. Changes
Poem
✨ Finishing Touches
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)
components/kleros-escrow.stories.mdx (1)
107-107
: LGTM! Spelling corrections in documentation.The spelling corrections from "appropiately" to "appropriately" improve the documentation clarity.
Consider removing redundancy in both locations by changing "add an additional" to "add a":
-...You can add an additional `file` property with... +...You can add a `file` property with...Also applies to: 195-195
🧰 Tools
🪛 LanguageTool
[style] ~107-~107: This phrase might be redundant. Consider either removing or replacing the adjective ‘additional’.
Context: ...any potential disputes arising. You can add an additionalfile
property with a buffer, string, or...(ADD_AN_ADDITIONAL)
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (4)
components/button.js
(1 hunks)components/escrow-widget.stories.js
(1 hunks)components/kleros-escrow.stories.mdx
(2 hunks)subgraph/src/mapping.ts
(1 hunks)
✅ Files skipped from review due to trivial changes (2)
- components/escrow-widget.stories.js
- subgraph/src/mapping.ts
🧰 Additional context used
🪛 LanguageTool
components/kleros-escrow.stories.mdx
[style] ~107-~107: This phrase might be redundant. Consider either removing or replacing the adjective ‘additional’.
Context: ...any potential disputes arising. You can add an additional file
property with a buffer, string, or...
(ADD_AN_ADDITIONAL)
[style] ~195-~195: This phrase might be redundant. Consider either removing or replacing the adjective ‘additional’.
Context: ...any potential disputes arising. You can add an additional file
property with a buffer, string, or...
(ADD_AN_ADDITIONAL)
🔇 Additional comments (1)
components/button.js (1)
42-42
: LGTM! Spelling correction for cursor property.The spelling correction from "not-alowed" to "not-allowed" ensures proper cursor styling when the button is disabled.
button.js
:not-alowed
tonot-allowed
in CSS cursor property.escrow-widget.stories.js
:appropiately
toappropriately
in a comment regarding IPFS uploads.kleros-escrow.stories.mdx
:appropiately
toappropriately
in multiple instances referring to meta evidence and evidence object descriptions.mapping.ts
:emited
toemitted
in a comment describing theVouchAdded
event handler.Summary by CodeRabbit
Documentation
Style
not-alowed
tonot-allowed
Chores