From 380b3ca582c6f33a2dc20563dd8b1980799928d1 Mon Sep 17 00:00:00 2001 From: Vic GUTT Date: Sun, 27 Nov 2022 16:15:50 +0100 Subject: [PATCH] chore: comment update --- src/constants/VERSION.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants/VERSION.ts b/src/constants/VERSION.ts index 11b5409..9ca5e2d 100644 --- a/src/constants/VERSION.ts +++ b/src/constants/VERSION.ts @@ -1,4 +1,4 @@ -// `__APP_VERSION__` varianble will be statically replaced by ViteJS during build. +// The `__APP_VERSION__` placeholder will be statically replaced by ViteJS during build. const VERSION = '__APP_VERSION__'; export default VERSION;