Skip to content

Commit 079461a

Browse files
authored
docs: typo fix (#81)
1 parent 125d9e9 commit 079461a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ class ErrorBoundary extends React.Component<
115115

116116
render() {
117117
const {error} = this.state
118-
// @ts-expect-error ts(2339) (at least one of these will be defined though, and we check for their existance)
118+
// @ts-expect-error ts(2339) (at least one of these will be defined though, and we check for their existence)
119119
const {fallbackRender, FallbackComponent, fallback} = this.props
120120

121121
if (error !== null) {

0 commit comments

Comments
 (0)