Skip to content

Commit

Permalink
Update 1.composables.md (#1927)
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
TakCastel committed Mar 14, 2023
1 parent 22d8ed1 commit a780142
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/4.API/1.composables.md
Expand Up @@ -39,7 +39,7 @@ const linkPath = computed(() => {
</script>
<template>
<NuxtLink :to="linkePath">{{ $t('blog') }}</NuxtLink>
<NuxtLink :to="linkPath">{{ $t('blog') }}</NuxtLink>
</template>
```

Expand Down

0 comments on commit a780142

Please sign in to comment.