Skip to content

Commit

Permalink
chore: fix use-abortable usage typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nonzzz authored Mar 22, 2024
1 parent a4a9a7e commit db35054
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/pages/use-abortable-effect.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import ExportMetaInfo from '../components/export-meta-info';
## Usage

```js
import { useAbortableEffect } from 'foxact/use-use-abortable-effect';
import { useAbortableEffect } from 'foxact/use-abortable-effect';

function Component() {
useAbortableEffect(signal => {
Expand Down

0 comments on commit db35054

Please sign in to comment.