close
Skip to content

fix: typo ecountered -> encountered in error message#36376

Closed
Jah-yee wants to merge 4 commits into
facebook:mainfrom
Jah-yee:fix-typo
Closed

fix: typo ecountered -> encountered in error message#36376
Jah-yee wants to merge 4 commits into
facebook:mainfrom
Jah-yee:fix-typo

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:

  1. Line 2877: ecounteredencountered (stylesheet precedence error)
  2. Line 2877: deduplciatededuplicate
  3. Line 3117: ecounteredencountered (href space validation error)
  4. Line 3117: ocurredoccurred (href space validation error)

Fixes #36320

Test plan

Only changes error message strings, no runtime behavior change.

Jah-yee and others added 3 commits April 17, 2026 03:36
…sebox

The private field in package.json should be a boolean per npm specification,
not a string. This fixes validation errors in package scanning tools.

Fixes facebook#35793
Fix: change private field from string to boolean in react-devtools-fusebox
@meta-cla meta-cla Bot added the CLA Signed label Apr 30, 2026
@Jah-yee
Copy link
Copy Markdown
Author

Jah-yee commented Apr 30, 2026

Friendly ping @facebook/react maintainers - this PR fixes typo issues #36320 (ecountered→encountered, ocurred→occurred, deduplciate→deduplicate) with a minimal 2-line change. Thanks!

@Jah-yee
Copy link
Copy Markdown
Author

Jah-yee commented Apr 30, 2026

Closing - had unintended test commits. Re-filing as clean PR.

@Jah-yee Jah-yee closed this Apr 30, 2026
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