From f7779d1e6bd65bb4960babce0c59461577c9e072 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Menrath?= Date: Fri, 13 Oct 2023 13:00:14 +0200 Subject: [PATCH] event object: fix typo --- Event object compatibilty status.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Event object compatibilty status.md b/Event object compatibilty status.md index 022eb8e..00b358c 100644 --- a/Event object compatibilty status.md +++ b/Event object compatibilty status.md @@ -31,13 +31,13 @@ This document describes what Event object implementations of existing services l + "content": "This is an awesome test event! Do not miss it!\n\n\n\nFor sure!\n", "summary": "\n 📍 Gmota\n 📅 Thursday, 18 January (12:10)\n \n This is an awesome test event! Do not miss it!\n\n\n\nFor sure!\n", "@context": [ -- "https://www.w3.org/ns/activitystreams" -+ "https://www.w3.org/ns/activitystreams", -+ { -+ "sc": "http://schema.org/", -+ "address": { -+ "@id": "sc:address", -+ "@type": "sc:Text" +- "https://www.w3.org/ns/activitystreams" ++ "https://www.w3.org/ns/activitystreams", ++ { ++ "sc": "http://schema.org/", ++ "address": { ++ "@id": "sc:address", ++ "@type": "sc:Text" + }, + } ]