diff --git a/airbyte-webapp/packages/vite-plugins/environment-variables.ts b/airbyte-webapp/packages/vite-plugins/environment-variables.ts index 0479827c232..2eeb6753c24 100644 --- a/airbyte-webapp/packages/vite-plugins/environment-variables.ts +++ b/airbyte-webapp/packages/vite-plugins/environment-variables.ts @@ -72,7 +72,7 @@ export function environmentVariables(): Plugin { return { define: { ...processEnv, - // This lets us set the verison in a meta tag in index.html + // This lets us set the version in a meta tag in index.html "import.meta.env.VERSION": version, }, };