docs: capitalize titles (#29768)

This commit is contained in:
@beer 2024-11-04 18:49:14 +06:00 committed by GitHub
parent 4f2d990079
commit 54798540ef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -48,7 +48,7 @@ const double = computed(() => count.value * 2)
</script>
```
### Vue and Nuxt composables
### Vue and Nuxt Composables
<!-- TODO: move to separate page with https://github.com/nuxt/nuxt/issues/14723 and add more information -->
@ -159,7 +159,7 @@ export default defineNuxtConfig({
})
```
## Auto-import from third-party packages
## Auto-import from Third-Party Packages
Nuxt also allows auto-importing from third-party packages.