Skip to content

Commit

Permalink
docs: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Dec 5, 2023
1 parent 8934eb3 commit 6a1c054
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/7.migration/4.meta.md
Expand Up @@ -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: [{
Expand Down

0 comments on commit 6a1c054

Please sign in to comment.