Skip to content

Commit

Permalink
Merge pull request #52 from nsidc/windnagelnsidc-patch-4
Browse files Browse the repository at this point in the history
I think this should be Whoops! not Woops!
  • Loading branch information
mfisher87 authored Oct 18, 2023
2 parents 4f31e41 + 78a825c commit 5462ac5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ErrorFallback.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
type ErrorFallbackParams = {error: Error, resetErrorBoundary: () => void};
const ErrorFallbackComponent = ({error, resetErrorBoundary}: ErrorFallbackParams) => (
<div role="alert" className="error">
<h3>Woops!</h3>
<h3>Whoops!</h3>

<div className="error-message">{error.message}</div>

Expand Down

0 comments on commit 5462ac5

Please sign in to comment.