Skip to content

Commit ed33611

Browse files
committed
doc: broken grammar & usage
Relates to #363
1 parent 9c57163 commit ed33611

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/4.api/0.define-og-image.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ defineOgImage({ component: 'root' })
194194
defineOgImage({ url: 'https://some-domain.png/static.png', width: 1200, height: 600, alt: 'My Image' })
195195
```
196196

197-
You should not any of the other props besides `alt`, `width` and `height` when using `url`.
197+
Only valid Open Graph image properties will work when using `url` such as `alt`, `width`, `height` and `type`.
198198

199199
## Disabling the og:image
200200

0 commit comments

Comments
 (0)