From a6b235d388a499ad42d38b22e6b60474fd2e32f0 Mon Sep 17 00:00:00 2001 From: Hugo Bernier Date: Mon, 4 Dec 2023 20:26:13 -0800 Subject: [PATCH] Fixed invalid json --- samples/react-advent-calendar/assets/sample.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/react-advent-calendar/assets/sample.json b/samples/react-advent-calendar/assets/sample.json index 9fd22272d..344d87c89 100644 --- a/samples/react-advent-calendar/assets/sample.json +++ b/samples/react-advent-calendar/assets/sample.json @@ -6,7 +6,7 @@ "shortDescription": "This project shows how to create an Advent Calendar using SPFx and React.", "url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-advent-calendar", "longDescription": [ - "This project shows how to create an Advent Calendar using SPFx and React.", + "This project shows how to create an Advent Calendar using SPFx and React." ], "creationDateTime": "2023-12-01", "updateDateTime": "2023-12-01",