docs typo fix (#290)

This commit is contained in:
tobi 2021-10-24 12:11:31 +02:00 committed by GitHub
parent 4b1d9d3780
commit 84a8a07f38
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,17 +25,19 @@ Note that the `OrderedCollection` itself contains no items. Callers must derefer
"prev": "https://example.org/users/whatever/outbox?min_id=01FJC1Q0E3SSQR59TD2M1KP4V8&page=true", "prev": "https://example.org/users/whatever/outbox?min_id=01FJC1Q0E3SSQR59TD2M1KP4V8&page=true",
"partOf": "https://example.org/users/whatever/outbox", "partOf": "https://example.org/users/whatever/outbox",
"orderedItems": [ "orderedItems": [
"id": "https://example.org/users/whatever/statuses/01FJC1MKPVX2VMWP2ST93Q90K7/activity", {
"type": "Create", "id": "https://example.org/users/whatever/statuses/01FJC1MKPVX2VMWP2ST93Q90K7/activity",
"actor": "https://example.org/users/whatever", "type": "Create",
"published": "2021-10-18T20:06:18Z", "actor": "https://example.org/users/whatever",
"to": [ "published": "2021-10-18T20:06:18Z",
"https://www.w3.org/ns/activitystreams#Public" "to": [
], "https://www.w3.org/ns/activitystreams#Public"
"cc": [ ],
"https://example.org/users/whatever/followers" "cc": [
], "https://example.org/users/whatever/followers"
"object": "https://example.org/users/whatever/statuses/01FJC1MKPVX2VMWP2ST93Q90K7" ],
"object": "https://example.org/users/whatever/statuses/01FJC1MKPVX2VMWP2ST93Q90K7"
}
] ]
} }
``` ```