docs: fix typo with `a` -> `an` (#26856)

This commit is contained in:
Trent Fellbootman 2024-04-19 22:27:01 +08:00 committed by GitHub
parent 525124b107
commit bfd7148238
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
---
title: 'Vue.js Development'
description: "Nuxt uses Vue.js and adds features such as component auto-imports, file-based routing and composables for a SSR-friendly usage."
description: "Nuxt uses Vue.js and adds features such as component auto-imports, file-based routing and composables for an SSR-friendly usage."
---
Nuxt integrates Vue 3, the new major release of Vue that enables new patterns for Nuxt users.

View File

@ -1,6 +1,6 @@
---
title: 'useAsyncData'
description: useAsyncData provides access to data that resolves asynchronously in a SSR-friendly composable.
description: useAsyncData provides access to data that resolves asynchronously in an SSR-friendly composable.
links:
- label: Source
icon: i-simple-icons-github

View File

@ -1,6 +1,6 @@
---
title: 'useFetch'
description: 'Fetch data from an API endpoint with a SSR-friendly composable.'
description: 'Fetch data from an API endpoint with an SSR-friendly composable.'
links:
- label: Source
icon: i-simple-icons-github