docs typo fix (#290)
This commit is contained in:
parent
4b1d9d3780
commit
84a8a07f38
|
@ -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"
|
||||||
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue