docs: fix typo in composables (#1836)

This commit is contained in:
tramplay 2021-11-10 18:25:52 -03:00 committed by GitHub
parent abfbd2f34e
commit d701238d27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ head.title: Composables directory
# Composables directory
Nuxt 3 supports `composables/` directory to auto import your Vue composables into your application and use using auto imports!
Nuxt 3 supports `composables/` directory to auto import your Vue composables into your application using auto imports!
Example: (using named exports)