Fix typos in Scrum Helper user-facing strings#410
Conversation
Reviewer's guide (collapsed on small PRs)Reviewer's GuideCorrects spelling mistakes in user-facing log and console messages in scrumHelper.js to improve clarity and professionalism without altering behavior. File-Level Changes
Assessment against linked issues
Possibly linked issues
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
There was a problem hiding this comment.
Hey - I've left some high level feedback:
- The updated log lines in
scrumHelper.jshave extra leading indentation compared to surrounding code (e.g.,log('Cache saved successfully');andlogError('Failed to fetch repos:', err);), so please align these with the existing indentation style for readability.
Prompt for AI Agents
Please address the comments from this code review:
## Overall Comments
- The updated log lines in `scrumHelper.js` have extra leading indentation compared to surrounding code (e.g., `log('Cache saved successfully');` and `logError('Failed to fetch repos:', err);`), so please align these with the existing indentation style for readability.Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.
There was a problem hiding this comment.
Pull request overview
This PR fixes three spelling mistakes in user-facing strings and log messages within scrumHelper.js, as tracked by issue #409. The corrections improve the overall polish of the extension's console output and generated report text.
Changes:
- "Successfuly" → "Successfully" (two occurrences in
saveToStorageandfetchReposIfNeeded) - "reppos" → "repos" (error log in
fetchReposIfNeeded) - "contrbutions" → "contributions" (console log in
fetchUserRepositories)
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
vedansh-5
left a comment
There was a problem hiding this comment.
Thanks @puneetnith28 for your contribution. LGTM!
|
Thank you for the reviewing and merging this PR !! |
Summary
Fixes minor spelling mistakes in user-facing messages and logs to improve clarity and overall polish.
Changes
Updated wording in
scrumHelper.js:Closes #409
Summary by Sourcery
Documentation: