From d8696a86be91559b5c63715e63a69cdc1d529f78 Mon Sep 17 00:00:00 2001 From: fr33domlover Date: Mon, 27 May 2019 13:46:38 +0000 Subject: [PATCH] Fix typos in FEDERATION.md, missing closing quotes in examples --- FEDERATION.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/FEDERATION.md b/FEDERATION.md index 38405b4..c8d8863 100644 --- a/FEDERATION.md +++ b/FEDERATION.md @@ -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"