From c19bb5bfe05ea2c26f78dbacd38c48ae2dd70e53 Mon Sep 17 00:00:00 2001 From: Hykilpikonna Date: Mon, 2 Dec 2019 14:22:01 -0500 Subject: [PATCH] [O] Fix a grammar mistake in constants.ts --- src/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants.ts b/src/constants.ts index 6ec6265..435fc58 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -9,7 +9,7 @@ export default class Constants /** Current version */ public static VERSION: string = '0.4.6.1087'; - /** Minimum version that still supports the same cookies */ + /** The minimum version that still supports the same cookies */ public static MIN_SUPPORTED_VERSION: string = '0.3.4.561'; public static GITHUB: string = 'https://github.com/HyDevelop/VeracrossAnalyzer.Client';