fix missing comma in example
This commit is contained in:
parent
0c30178100
commit
44f9b94c91
|
@ -909,7 +909,7 @@
|
|||
{
|
||||
"@context": "http://www.w3.org/ns/activitystreams",
|
||||
"type": "Note",
|
||||
"content": "This is a note"
|
||||
"content": "This is a note",
|
||||
"to": ["https://example.org/~john/"],
|
||||
"cc": ["http://example.com/~erik/followers"]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue