Skip to content

Fix typos: occured->occurred, teh->the, accomodate->accommodate#415

Closed
everettbu wants to merge 1 commit into
mainfrom
fix/typos-occured-teh-accomodate
Closed

Fix typos: occured->occurred, teh->the, accomodate->accommodate#415
everettbu wants to merge 1 commit into
mainfrom
fix/typos-occured-teh-accomodate

Conversation

@everettbu

@everettbu everettbu commented Jan 23, 2026

Copy link
Copy Markdown

Mirror of facebook/react#35616
Original author: bodhisilberling


Fixed spelling errors in comments and error messages:

  • Fixed 'occured' -> 'occurred' in ReactAsyncActions-test.js
  • Fixed 'teh' -> 'the' in ReactFiberConfigDOM.js
  • Fixed 'occured' -> 'occurred' in ErrorBoundary.js
  • Fixed 'accomodate' -> 'accommodate' in InferMutationAliasingEffects.ts

Summary

How did you test this change?

Fixed spelling errors in comments and error messages:
- Fixed 'occured' -> 'occurred' in ReactAsyncActions-test.js
- Fixed 'teh' -> 'the' in ReactFiberConfigDOM.js
- Fixed 'occured' -> 'occurred' in ErrorBoundary.js
- Fixed 'accomodate' -> 'accommodate' in InferMutationAliasingEffects.ts
@greptile-apps

greptile-apps Bot commented Jan 23, 2026

Copy link
Copy Markdown

Greptile Summary

This PR corrects four spelling errors across comments and error messages in the codebase.

  • Fixed 'accomodate' -> 'accommodate' in compiler inference code comment
  • Fixed 'occured' -> 'occurred' in DevTools error message and test comment
  • Fixed 'teh' -> 'the' in ReactDOM comment

All changes are cosmetic spelling corrections with no impact on functionality.

Confidence Score: 5/5

  • This PR is safe to merge with no risk
  • All changes are simple spelling corrections in comments and error messages with zero functional impact
  • No files require special attention

Important Files Changed

Filename Overview
compiler/packages/babel-plugin-react-compiler/src/Inference/InferMutationAliasingEffects.ts Fixed typo in comment: 'accomodate' -> 'accommodate'
packages/react-devtools-shared/src/devtools/views/ErrorBoundary/ErrorBoundary.js Fixed typo in error message: 'occured' -> 'occurred'
packages/react-dom-bindings/src/client/ReactFiberConfigDOM.js Fixed typo in comment: 'teh' -> 'the'
packages/react-reconciler/src/tests/ReactAsyncActions-test.js Fixed typo in test comment: 'occured' -> 'occurred'

@github-actions

Copy link
Copy Markdown

This pull request has been automatically marked as stale. If this pull request is still relevant, please leave any comment (for example, "bump"), and we'll keep it open. We are sorry that we haven't been able to prioritize reviewing it yet. Your contribution is very much appreciated.

@github-actions github-actions Bot added the Resolution: Stale Automatically closed due to inactivity label Apr 24, 2026
@github-actions

github-actions Bot commented May 1, 2026

Copy link
Copy Markdown

Closing this pull request after a prolonged period of inactivity. If this issue is still present in the latest release, please ask for this pull request to be reopened. Thank you!

@github-actions github-actions Bot closed this May 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CLA Signed Resolution: Stale Automatically closed due to inactivity

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants