Skip to content

Fix typo: occured -> occurred#665

Open
everettbu wants to merge 1 commit into
mainfrom
fix/typo-occured
Open

Fix typo: occured -> occurred#665
everettbu wants to merge 1 commit into
mainfrom
fix/typo-occured

Conversation

@everettbu

Copy link
Copy Markdown

Mirror of facebook/react#35969
Original author: Rohan5commit


Summary

Fixes a typo in a string in packages/react-devtools-shared/src/devtools/views/ErrorBoundary/ErrorBoundary.js: "occured" -> "occurred"

How did you test this change?

This is a single-character typo fix in a string. No code behavior changes.

Related issue

N/A - trivial typo fix

@greptile-apps

greptile-apps Bot commented Mar 6, 2026

Copy link
Copy Markdown

Greptile Summary

Fixes a spelling typo in packages/react-devtools-shared/src/devtools/views/ErrorBoundary/ErrorBoundary.js, changing "occured" to "occurred" in a fallback error message displayed when inspecting an element fails. No logic or behavior changes.

Confidence Score: 5/5

  • This PR is safe to merge — it is a trivial one-character spelling fix in a UI string with zero behavioral impact.
  • The change corrects a single misspelled word in a fallback error message string. There are no logic, import, or structural changes. Risk of regression is effectively zero.
  • No files require special attention.

Important Files Changed

Filename Overview
packages/react-devtools-shared/src/devtools/views/ErrorBoundary/ErrorBoundary.js Single-character typo fix in a fallback error message string: "occured" → "occurred". No behavior change.

Last reviewed commit: 16e17aa

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.

2 participants