Skip to content

Commit

Permalink
Update 1.composables.md (nuxt-modules#1915)
Browse files Browse the repository at this point in the history
  • Loading branch information
TakCastel committed Mar 9, 2023
1 parent 6d2346b commit 7c50f79
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 @@ -134,7 +134,7 @@ example:
const route = useRoute()
const getRouteBaseName = useRouteBaseName()
const baseRouteName = computed(() => {
return getRouteBaseNmae(route)
return getRouteBaseName(route)
})
</script>
Expand Down

0 comments on commit 7c50f79

Please sign in to comment.