Skip to content

fix: correct occured→occurred typo in warn messages (src/main.rs, src/live_server.rs) - #61

Open
Jah-yee wants to merge 1 commit into
arnehilmann:mainfrom
Jah-yee:fix-typo-occurred
Open

fix: correct occured→occurred typo in warn messages (src/main.rs, src/live_server.rs)#61
Jah-yee wants to merge 1 commit into
arnehilmann:mainfrom
Jah-yee:fix-typo-occurred

Conversation

@Jah-yee

@Jah-yee Jah-yee commented Jul 29, 2026

Copy link
Copy Markdown

Corrects 3 instances of 'occured' → 'occurred' typo in user-facing warn!() messages:

  • src/main.rs:297: 'an error occured during html rendering' → 'error occurred'
  • src/main.rs:512: 'an error occured!' → 'error occurred!'
  • src/live_server.rs:88: similar warn! message

All are CLI tool user-facing warning messages shown during markdown-to-html rendering pipeline.

Surgical fix following minimum-change principle.

@Jah-yee

Jah-yee commented Jul 31, 2026

Copy link
Copy Markdown
Author

Friendly ping — checking in on this typo fix. Happy to address any feedback! 🙏

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.

1 participant