Skip to content

Commit

Permalink
docs: fix typo (#20907)
Browse files Browse the repository at this point in the history
  • Loading branch information
ww-lemon committed May 17, 2023
1 parent 55a5fa4 commit 52da9d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/3.api/1.composables/use-request-url.md
Expand Up @@ -6,7 +6,7 @@

```vue [pages/about.vue]
<script setup>
const url = getRequestURL()
const url = useRequestURL()
</script>
<template>
Expand Down

0 comments on commit 52da9d1

Please sign in to comment.