Skip to content

fix: correct 'prerequsite' to 'prerequisite' typo in GuideDetails.tsx - #335

Open
Jah-yee wants to merge 1 commit into
bluelearn-org:mainfrom
Jah-yee:fix/prerequisite-typo
Open

fix: correct 'prerequsite' to 'prerequisite' typo in GuideDetails.tsx#335
Jah-yee wants to merge 1 commit into
bluelearn-org:mainfrom
Jah-yee:fix/prerequisite-typo

Conversation

@Jah-yee

@Jah-yee Jah-yee commented Aug 18, 2026

Copy link
Copy Markdown

Summary

Fix 4 instances of prerequsite -> prerequisite typo in app/src/components/contribute/steps/GuideDetails.tsx:

  1. Line 348: FieldLabel Prerequsite Guides -> Prerequisite Guides
  2. Line 379: FieldLabel Todo Prerequsite Guides -> Todo Prerequisite Guides
  3. Line 391: placeholder missing prerequsite guide. -> missing prerequisite guide.
  4. Line 406: placeholder missing prerequsite guide. -> missing prerequisite guide.

Issue

Fixes #334

Verification

  • TypeScript syntax: pnpm -r typecheck (if applicable)
  • Surgical change: only the typo fix, no adjacent changes

Fix 4 instances of 'prerequsite' -> 'prerequisite':
- Line 348: FieldLabel 'Prerequsite Guides' -> 'Prerequisite Guides'
- Line 379: FieldLabel 'Todo Prerequsite Guides' -> 'Todo Prerequisite Guides'
- Line 391/406: placeholder text for missing guide inputs

Issue: bluelearn-org#334

@andyrodrigues30 andyrodrigues30 left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

lgtm

@andyrodrigues30

Copy link
Copy Markdown
Collaborator

@Jah-yee - please update your initial comment to use the PR checklist template

@andyrodrigues30 andyrodrigues30 added the area:frontend Tasks related to frontend (app) label Aug 18, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:frontend Tasks related to frontend (app)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug] Typo on Contribution Page

2 participants