Skip to content

Commit 17d46fd

Browse files
committed
fix(typo): fix docs typo
1 parent feb637b commit 17d46fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/4.api/2.composables/6.use-content-head.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ These parameters can be used from the [Front-Matter](/guide/writing/markdown#fro
2222
| `image.src` | `String` | | The source of the image |
2323
| `image.alt` | `String` | | The alt description of the image |
2424
| `image.xxx` | `String` | | Any [`og:image:xxx` compatible](https://ogp.me/#structured) attribute |
25-
| `head.image` | `String \| Object` | | Overrides the `<meta property="og:image>` |
25+
| `head.image` | `String \| Object` | | Overrides the `<meta property="og:image">` |
2626

2727
At the exception of `title`, `description` and `image`, the `head` object behaves exactly the same in [Front-Matter](/guide/writing/markdown#front-matter) as it would in [`useHead({ ... })`](https://v3.nuxtjs.org/guide/features/head-management) composable.
2828

0 commit comments

Comments
 (0)