Skip to content

Commit 1baee4a

Browse files
committed
Fix small typo
1 parent d7e7357 commit 1baee4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ const SearchStarwarsHeroExample = () => {
263263
You can use the `useAsyncAbortable` alternative. The async function provided will receive `(abortSignal, ...params)` .
264264

265265
The library will take care of triggering the abort signal whenever a new async call is made so that only the last request is not cancelled.
266-
It is your responsability to wire the abort signal appropriately.
266+
It is your responsibility to wire the abort signal appropriately.
267267

268268
```tsx
269269
const StarwarsHero = ({ id }) => {

0 commit comments

Comments
 (0)