Skip to content

fix: typos in ReactFizzConfigDOM.js error messages#36378

Open
Jah-yee wants to merge 1 commit intofacebook:mainfrom
Jah-yee:fix-typo-clean3
Open

fix: typos in ReactFizzConfigDOM.js error messages#36378
Jah-yee wants to merge 1 commit intofacebook:mainfrom
Jah-yee:fix-typo-clean3

Conversation

@Jah-yee
Copy link
Copy Markdown

@Jah-yee Jah-yee commented Apr 30, 2026

Summary

Fix typos in error messages in packages/react-dom-bindings/src/server/ReactFizzConfigDOM.js:

  • 'ecountered' → 'encountered' (4 occurrences in error messages)
  • 'ocurred' → 'occurred' (1 occurrence)
  • 'deduplciate' → 'deduplicate' (3 occurrences)

Fixes #36320

Changes

Only changes string literals in console.error() calls - no runtime behavior change.

Test plan

N/A - only string corrections

Fix typos in error messages:
- 'ecountered' -> 'encountered' (4 occurrences)
- 'ocurred' -> 'occurred' (1 occurrence)
- 'deduplciate' -> 'deduplicate' (3 occurrences)

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Bug: Typo in error message

1 participant