Skip to content

Commit

Permalink
docs: Fix typo in useRepository snippet (#665)
Browse files Browse the repository at this point in the history
  • Loading branch information
pyncz authored Nov 16, 2022
1 parent 408fc4a commit 1762f21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .docs/content/2.api/2.composables.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ const {
repository,
// Last release
last
} = useMenu()
} = useRepository()
```

::source-link
Expand Down

1 comment on commit 1762f21

@vercel
Copy link

@vercel vercel bot commented on 1762f21 Nov 16, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.