From 82b431988cea5aeffe04dc23c8450a7b5dc80d1f Mon Sep 17 00:00:00 2001 From: Jesse Wierzbinski Date: Wed, 31 Jul 2024 19:54:51 +0200 Subject: [PATCH] fix: :memo: Highlight Patch type --- app/entities/patches/page.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/entities/patches/page.mdx b/app/entities/patches/page.mdx index 08658d7..567096a 100644 --- a/app/entities/patches/page.mdx +++ b/app/entities/patches/page.mdx @@ -34,7 +34,7 @@ This is less important for other entities, such as `User` profiles, as their con ```jsonc {{ 'title': 'Example Patch (deletes attachments from the previous page\\'s Note)' }} { "id": "be96bb7a-4b8e-45f9-93aa-23633eb3cfdc", - "type": "Patch", + "type": "Patch", // [!code focus] "uri": "https://social.lysand.org/objects/be96bb7a-4b8e-45f9-93aa-23633eb3cfdc", "created_at": "2024-06-19T01:07:44.139Z", "patched_id": "01902e09-0f8b-72de-8ee3-9afc0cf5eae1", // [!code focus:2]