From 31805197439ded2f83e7096f765cdb63133aae32 Mon Sep 17 00:00:00 2001 From: Harsh Singh Date: Mon, 15 Jan 2024 23:22:49 +0530 Subject: [PATCH] Fixed a typo --- snippets/snippets.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snippets/snippets.json b/snippets/snippets.json index 6f0a8ee..10762fe 100644 --- a/snippets/snippets.json +++ b/snippets/snippets.json @@ -51,7 +51,7 @@ "Image": { "prefix": "image", "body": [ - "-- ftd.image: ${1:Image source}\nalt: ${2: Alternative Text}" + "-- ftd.image: ${1:Image source}\nalt: ${2:Alternative Text}" ], "description": "An image" },