mirror of
1
Fork 0

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
1 changed files with 13 additions and 11 deletions

View File

@ -25,6 +25,7 @@ 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", "id": "https://example.org/users/whatever/statuses/01FJC1MKPVX2VMWP2ST93Q90K7/activity",
"type": "Create", "type": "Create",
"actor": "https://example.org/users/whatever", "actor": "https://example.org/users/whatever",
@ -36,6 +37,7 @@ Note that the `OrderedCollection` itself contains no items. Callers must derefer
"https://example.org/users/whatever/followers" "https://example.org/users/whatever/followers"
], ],
"object": "https://example.org/users/whatever/statuses/01FJC1MKPVX2VMWP2ST93Q90K7" "object": "https://example.org/users/whatever/statuses/01FJC1MKPVX2VMWP2ST93Q90K7"
}
] ]
} }
``` ```