[O] Fix a grammar mistake in constants.ts

This commit is contained in:
Hykilpikonna
2019-12-02 14:22:01 -05:00
parent e10ed6e41b
commit c19bb5bfe0
+1 -1
View File
@@ -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';