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.
1 parent 3f18b57 commit ffc86e9Copy full SHA for ffc86e9
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