From 3dba47544a99f48449a328ee7514867a27a9c45b Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Mon, 3 Feb 2025 09:56:17 +0000 Subject: [PATCH] update .erb/configs/webpack.config.preload.dev.ts. overriden -> overridden Signed-off-by: Ikko Eltociear Ashimine --- .erb/configs/webpack.config.preload.dev.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.erb/configs/webpack.config.preload.dev.ts b/.erb/configs/webpack.config.preload.dev.ts index d6679e6..23a6378 100644 --- a/.erb/configs/webpack.config.preload.dev.ts +++ b/.erb/configs/webpack.config.preload.dev.ts @@ -43,7 +43,7 @@ const configuration: webpack.Configuration = { * NODE_ENV should be production so that modules do not perform certain * development checks * - * By default, use 'development' as NODE_ENV. This can be overriden with + * By default, use 'development' as NODE_ENV. This can be overridden with * 'staging', for example, by changing the ENV variables in the npm scripts */ new webpack.EnvironmentPlugin({ -- Gitee