From fd830d41fa3ed2ee406b972359fbe5f695199f12 Mon Sep 17 00:00:00 2001 From: MillenniumEarl Date: Wed, 10 Mar 2021 14:37:14 +0100 Subject: [PATCH] Update JSDOC --- src/scripts/fetch-data/fetch-platform-data.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scripts/fetch-data/fetch-platform-data.ts b/src/scripts/fetch-data/fetch-platform-data.ts index 1254dc9..1b99187 100644 --- a/src/scripts/fetch-data/fetch-platform-data.ts +++ b/src/scripts/fetch-data/fetch-platform-data.ts @@ -38,7 +38,7 @@ interface ICategoryResource { } /** - * Represents the set of tags present on the platform- + * Represents the set of tags present on the platform. */ interface ILatestResource { prefixes: { [s: string]: ICategoryResource[] };