diff options
| author | Edge-Seven <143301646+Edge-Seven@users.noreply.github.com> | 2025-11-18 16:44:41 +0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-18 09:44:41 +0000 |
| commit | 576c8ca99cde1a31e442ef61965e77c82349079b (patch) | |
| tree | 60718a1284af9e34e747db03177bc04f3ffdddc6 /client/simple/tools | |
| parent | 45a4b8ad1c5c5b6c90c64a0940b42e1f1ba1880e (diff) | |
[fix] client/simple: docs typo in plg.ts (#5450)
Diffstat (limited to 'client/simple/tools')
| -rw-r--r-- | client/simple/tools/plg.ts | 2 |
1 files changed, 1 insertions, 1 deletions
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. */ |