Skip to content

Commit 16e17aa

Browse files
committed
Fix typo: occured -> occurred
1 parent 4610359 commit 16e17aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-devtools-shared/src/devtools/views/ErrorBoundary/ErrorBoundary.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ export default class ErrorBoundary extends Component<Props, State> {
156156
<CaughtErrorView
157157
callStack={callStack}
158158
componentStack={componentStack}
159-
errorMessage={errorMessage || 'Error occured in inspected element'}
159+
errorMessage={errorMessage || 'Error occurred in inspected element'}
160160
info={
161161
<>
162162
React DevTools encountered an error while trying to inspect the

0 commit comments

Comments
 (0)