We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3f18b57 + ffc86e9 commit df1ac62Copy full SHA for df1ac62
README.md
@@ -3,7 +3,7 @@
3
Sample reusable React error boundary component for React 16+
4
5
The simplest way to use a boundary is to wrap it around any component that may throw an error.
6
-This will handle errors thrown by that component's descendents also.
+This will handle errors thrown by that component's descendants also.
7
8
```jsx
9
import ErrorBoundary from 'react-error-boundary';
0 commit comments