Skip to content

Commit

Permalink
docs: capitalize titles (#29768)
Browse files Browse the repository at this point in the history
  • Loading branch information
iiio2 authored and danielroe committed Nov 5, 2024
1 parent 180f079 commit b104db0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/2.guide/1.concepts/1.auto-imports.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 -->

Expand Down Expand Up @@ -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.

Expand Down

0 comments on commit b104db0

Please sign in to comment.