Skip to content

fix: correct routing and error message typos#445

Open
codealchemist007 wants to merge 2 commits into
andoriyaprashant:mainfrom
codealchemist007:typo-fix
Open

fix: correct routing and error message typos#445
codealchemist007 wants to merge 2 commits into
andoriyaprashant:mainfrom
codealchemist007:typo-fix

Conversation

@codealchemist007

Copy link
Copy Markdown

Problem / Issue No.

Describe Problem / Root Cause

  • The route name was misspelled as /progarm_page in lib/main.dart and lib/splash_screen.dart.
  • An error message was misspelled as "Some error occured" in lib/programs screen/open_summer_of_code.dart.
  • Root cause: simple spelling mistakes in string literals.

Solution proposed

  • Corrected route name to /program_page in lib/main.dart and lib/splash_screen.dart.
  • Corrected error message to "Some error occurred" in lib/programs screen/open_summer_of_code.dart.
  • No logic or behavior changes — only string fixes.

Additional Information

  • Small fix, so nothing risky here.
  • The changes are already pushed in the typo-fix branch.
  • Should be quick to check and merge.

Screenshots

  • Not required for this change.

Fixes #443

@netlify

netlify Bot commented May 28, 2026

Copy link
Copy Markdown

Deploy Preview for aquamarine-kheer-83feda failed. Why did it fail? →

Name Link
🔨 Latest commit 4209fe5
🔍 Latest deploy log https://app.netlify.com/projects/aquamarine-kheer-83feda/deploys/6a17df3fd3a40d0008378811

@github-actions

Copy link
Copy Markdown

Thank you for submitting your pull request! We'll review it as soon as possible.

@codealchemist007

Copy link
Copy Markdown
Author

@andoriyaprashant, could you please review the PR when you get a chance. Thanks!

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix typos in routing and error message

1 participant