From 87bdff5d4846cf7765c19d79d098103cf8decd39 Mon Sep 17 00:00:00 2001 From: Harsh Singh Date: Mon, 15 Jan 2024 23:27:53 +0530 Subject: [PATCH] fixed typo --- snippets/snippets.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snippets/snippets.json b/snippets/snippets.json index 10762fe..d9c1e91 100644 --- a/snippets/snippets.json +++ b/snippets/snippets.json @@ -4,7 +4,7 @@ "body": [ "-- ftd.document: ${1:Title}\ndescription: ${2:Description}\nog-image: ${3:Image URL}\n\n$4\n\n-- end: ftd.document" ], - "description": "A text element" + "description": "A Document" }, "Text": { "prefix": "text",