diff --git a/content/en/entities/Admin_Cohort.md b/content/en/entities/Admin_Cohort.md index 6a79d665..739f4e32 100644 --- a/content/en/entities/Admin_Cohort.md +++ b/content/en/entities/Admin_Cohort.md @@ -77,7 +77,7 @@ Daily retention data for the week between 2022-09-08 and 2022-09-14, given that "value": "1" } ] -}, +} ``` ## Attributes diff --git a/content/en/entities/Admin_Dimension.md b/content/en/entities/Admin_Dimension.md index 1b4cc919..4d67e6cb 100644 --- a/content/en/entities/Admin_Dimension.md +++ b/content/en/entities/Admin_Dimension.md @@ -165,7 +165,7 @@ Show dimensional data about how much space is used by each software in your serv "human_value": "0 Bytes" } ] -}, +} ``` ### `software_versions` {#software_versions} diff --git a/content/en/entities/Reaction.md b/content/en/entities/Reaction.md index 455cec85..8c4f2570 100644 --- a/content/en/entities/Reaction.md +++ b/content/en/entities/Reaction.md @@ -19,18 +19,20 @@ aliases: [ ## Example ```json -{ - "name": "bongoCat", - "count": 9, - "me": false, - "url": "https://files.mastodon.social/custom_emojis/images/000/067/715/original/fdba57dff7576d53.png", - "static_url": "https://files.mastodon.social/custom_emojis/images/000/067/715/static/fdba57dff7576d53.png" -}, -{ - "name": "🤔", - "count": 1, - "me": true -} +[ + { + "name": "bongoCat", + "count": 9, + "me": false, + "url": "https://files.mastodon.social/custom_emojis/images/000/067/715/original/fdba57dff7576d53.png", + "static_url": "https://files.mastodon.social/custom_emojis/images/000/067/715/static/fdba57dff7576d53.png" + }, + { + "name": "🤔", + "count": 1, + "me": true + } +] ``` ## Attributes diff --git a/content/en/entities/Role.md b/content/en/entities/Role.md index 717093d5..679fe02a 100644 --- a/content/en/entities/Role.md +++ b/content/en/entities/Role.md @@ -21,7 +21,7 @@ aliases: [ "color": "#ff3838", "permissions": 1048575, "highlighted": true -}, +} ``` ## Attributes