Skip to content

Fix typos in Scrum Helper user-facing strings#410

Merged
vedansh-5 merged 2 commits intofossasia:mainfrom
puneetnith28:fix-typos
Mar 2, 2026
Merged

Fix typos in Scrum Helper user-facing strings#410
vedansh-5 merged 2 commits intofossasia:mainfrom
puneetnith28:fix-typos

Conversation

@puneetnith28
Copy link
Contributor

@puneetnith28 puneetnith28 commented Mar 1, 2026

Summary

Fixes minor spelling mistakes in user-facing messages and logs to improve clarity and overall polish.


Changes

Updated wording in scrumHelper.js:

  • "Successfuly" → "Successfully"
  • "reppos" → "repos"
  • "contrbutions" → "contributions"

Closes #409

Summary by Sourcery

Documentation:

  • Fix minor typos in console and log messages related to caching and repository contributions.

Copilot AI review requested due to automatic review settings March 1, 2026 07:55
@sourcery-ai
Copy link
Contributor

sourcery-ai bot commented Mar 1, 2026

Reviewer's guide (collapsed on small PRs)

Reviewer's Guide

Corrects spelling mistakes in user-facing log and console messages in scrumHelper.js to improve clarity and professionalism without altering behavior.

File-Level Changes

Change Details Files
Fix spelling in cache-related log messages while preserving existing behavior.
  • Corrected "Cache saved successfuly" to "Cache saved successfully" in the cache save success log.
  • Corrected "Successfuly cached ... repositories" to "Successfully cached ... repositories" in the repository caching log message.
  • Corrected "Failed to fetch reppos" to "Failed to fetch repos" in the repository fetch error log.
src/scripts/scrumHelper.js
Fix spelling in repository contributions console output.
  • Corrected "No repositories with contrbutions found in the selected date range" to "No repositories with contributions found in the selected date range".
src/scripts/scrumHelper.js

Assessment against linked issues

Issue Objective Addressed Explanation
#409 Correct the misspelled user-facing log message 'Cache saved successfuly' to use proper spelling in scrumHelper.js.
#409 Correct the misspelled user-facing log message 'Successfuly cached ... repositories' and the error message 'Failed to fetch reppos' in scrumHelper.js.
#409 Correct the misspelled user-facing console message 'No repositories with contrbutions found in the selected date range' in scrumHelper.js.

Possibly linked issues


Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it. You can also reply to a
    review comment with @sourcery-ai issue to create an issue from it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time. You can also comment
    @sourcery-ai title on the pull request to (re-)generate the title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time exactly where you
    want it. You can also comment @sourcery-ai summary on the pull request to
    (re-)generate the summary at any time.
  • Generate reviewer's guide: Comment @sourcery-ai guide on the pull
    request to (re-)generate the reviewer's guide at any time.
  • Resolve all Sourcery comments: Comment @sourcery-ai resolve on the
    pull request to resolve all Sourcery comments. Useful if you've already
    addressed all the comments and don't want to see them anymore.
  • Dismiss all Sourcery reviews: Comment @sourcery-ai dismiss on the pull
    request to dismiss all existing Sourcery reviews. Especially useful if you
    want to start fresh with a new review - don't forget to comment
    @sourcery-ai review to trigger a new review!

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

@github-actions github-actions bot added javascript Pull requests that update javascript code core labels Mar 1, 2026
Copy link
Contributor

@sourcery-ai sourcery-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey - I've left some high level feedback:

  • 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.
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.

Sourcery is free for open source - if you like our reviews please consider sharing them ✨
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 saveToStorage and fetchReposIfNeeded)
  • "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.

Copy link
Member

@vedansh-5 vedansh-5 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @puneetnith28 for your contribution. LGTM!

@vedansh-5 vedansh-5 merged commit 6c759bb into fossasia:main Mar 2, 2026
5 checks passed
@puneetnith28
Copy link
Contributor Author

Thank you for the reviewing and merging this PR !!
Looking forward to contributing more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

core javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix typos in user-facing strings in scrumHelper.js

3 participants