From 576c8ca99cde1a31e442ef61965e77c82349079b Mon Sep 17 00:00:00 2001 From: Edge-Seven <143301646+Edge-Seven@users.noreply.github.com> Date: Tue, 18 Nov 2025 16:44:41 +0700 Subject: [PATCH] [fix] client/simple: docs typo in plg.ts (#5450) --- client/simple/tools/plg.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/simple/tools/plg.ts b/client/simple/tools/plg.ts index dac1b3003..b5ff6e8f6 100644 --- a/client/simple/tools/plg.ts +++ b/client/simple/tools/plg.ts @@ -4,7 +4,7 @@ * Custom vite plugins to build the web-client components of the simple theme. * * HINT: - * This is an inital implementation for the migration of the build process + * This is an initial implementation for the migration of the build process * from grunt to vite. For fully support (vite: build & serve) more work is * needed. */