docs: fix typo

This commit is contained in:
Daniel Roe 2023-12-05 13:46:27 +00:00
parent 8934eb31d9
commit 6a1c054012
No known key found for this signature in database
GPG Key ID: 3714AB03996F442B

View File

@ -52,7 +52,7 @@ export default {
const title = ref('My App')
const description = ref('My App Description')
// This will be reactive even you change title/description above
// This will be reactive when you change title/description above
useHead({
title,
meta: [{