Skip to content

Commit

Permalink
chore: fix typo (#1178)
Browse files Browse the repository at this point in the history
  • Loading branch information
manniL committed Nov 8, 2023
1 parent f614fe4 commit 5e5a04e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/composable-vue/components/VueUse.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ defineProps<{
<template>
<div class="px-2 -mx-2 mt-4 py-2">
<img src="https://vueuse.org/favicon.svg" class="h-1em -mb-0.5 mr-2 inline-block align-baseline" alt="">
<span class="opacity-50">Avaliable in VueUse: </span><a class="font-mono opacity-75 hover:opacity-100" :href="`https://vueuse.org/${name}`">{{ name }}</a>
<span class="opacity-50">Available in VueUse: </span><a class="font-mono opacity-75 hover:opacity-100" :href="`https://vueuse.org/${name}`">{{ name }}</a>
</div>
</template>

0 comments on commit 5e5a04e

Please sign in to comment.