-
Notifications
You must be signed in to change notification settings - Fork 619
[TOOL-2890] Dashboard: Fix spelling issues #5891
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
[TOOL-2890] Dashboard: Fix spelling issues #5891
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
size-limit report 📦
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5891 +/- ##
=======================================
Coverage 55.36% 55.36%
=======================================
Files 1123 1123
Lines 59642 59642
Branches 5056 5056
=======================================
Hits 33023 33023
Misses 25895 25895
Partials 724 724
*This pull request uses carry forward flags. Click here to find out more. |
kien-ngo
left a comment
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.
Huge one very nice ser
LGTM
Merge activity
|
<!-- start pr-codex -->
---
## PR-Codex overview
This PR focuses on fixing typos, improving comments, and enhancing code readability across various files in the project.
### Detailed summary
- Corrected typos in text labels (e.g., `Manange` to `Manage`, `Comunity` to `Community`).
- Improved comments for clarity (e.g., `Fix colors on autofilled inputs` to `Fix colors on auto-filled inputs`).
- Standardized variable names (e.g., `dispalyName` to `displayName`).
- Enhanced consistency in formatting (e.g., `balancesisPending` to `balancesIsPending`).
- Fixed minor grammatical issues in comments and strings throughout the code.
> ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}`
<!-- end pr-codex -->
6420438 to
18ef10b
Compare

PR-Codex overview
This PR focuses on correcting typos, improving comments, and enhancing code clarity across various components in the application.
Detailed summary