We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7e7357 commit 1baee4aCopy full SHA for 1baee4a
README.md
@@ -263,7 +263,7 @@ const SearchStarwarsHeroExample = () => {
263
You can use the `useAsyncAbortable` alternative. The async function provided will receive `(abortSignal, ...params)` .
264
265
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.
+It is your responsibility to wire the abort signal appropriately.
267
268
```tsx
269
const StarwarsHero = ({ id }) => {
0 commit comments