Merge branch 'doc-platformpost-typo' into 'master'

Update file Content Types.md

See merge request videostreaming/grayjay!27
This commit is contained in:
Stefan 2025-04-15 10:56:00 +00:00
commit c6e7045db4

View file

@ -70,7 +70,7 @@ A feed object representing a community post with text, and optionally images.
*Usage:*
```javascript
new PlatformPost{
new PlatformPost({
id: new PlatformID(config.name, item?.id, config.id),
name: item?.attributes?.title,
author: getPlatformAuthorLink(item, context),