event objects: fix typo
This commit is contained in:
parent
cdab7eab34
commit
3f96b60af4
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ This document describes what Event object implementations of existing services l
|
|||
+ "content": "This is an awesome test event! Do not miss it!\n\n\n\nFor sure!\n",
|
||||
"summary": "\n 📍 Gmota\n 📅 Thursday, 18 January (12:10)\n \n This is an awesome test event! Do not miss it!\n\n\n\nFor sure!\n",
|
||||
"@context": [
|
||||
- "https://www.w3.org/ns/activitystreams",
|
||||
- "https://www.w3.org/ns/activitystreams"
|
||||
+ "https://www.w3.org/ns/activitystreams",
|
||||
+ {
|
||||
+ "sc": "http://schema.org/",
|
||||
|
|
Loading…
Reference in a new issue