Fix typos in FEDERATION.md, missing closing quotes in examples
This commit is contained in:
parent
b8b226d15c
commit
d8696a86be
1 changed files with 2 additions and 2 deletions
|
@ -133,7 +133,7 @@ proposal below), but otherwise, an embedded key is just as good.
|
|||
[ "https://www.w3.org/ns/activitystreams"
|
||||
, "https://w3id.org/security/v1"
|
||||
]
|
||||
, "id": "https://example.dev/users/aviva
|
||||
, "id": "https://example.dev/users/aviva"
|
||||
, "type": "Person"
|
||||
, "preferredUsername": "aviva"
|
||||
, "name": "Aviva"
|
||||
|
@ -174,7 +174,7 @@ all.
|
|||
[ "https://www.w3.org/ns/activitystreams"
|
||||
, "https://w3id.org/security/v1"
|
||||
]
|
||||
, "id": "https://example.dev/users/aviva
|
||||
, "id": "https://example.dev/users/aviva"
|
||||
, "type": "Person"
|
||||
, "preferredUsername": "aviva"
|
||||
, "name": "Aviva"
|
||||
|
|
Loading…
Reference in a new issue