Skip to content

Commit df1ac62

Browse files
authored
Merge pull request #10 from newyork-anthonyng/feature/an/update-readme
Update README.md
2 parents 3f18b57 + ffc86e9 commit df1ac62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Sample reusable React error boundary component for React 16+
44

55
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.
6+
This will handle errors thrown by that component's descendants also.
77

88
```jsx
99
import ErrorBoundary from 'react-error-boundary';

0 commit comments

Comments
 (0)