From ae789436f2412786853ecf438f3f80cb1e3615fc Mon Sep 17 00:00:00 2001 From: wuhaoyuan Date: Fri, 22 May 2026 16:20:27 +0800 Subject: [PATCH] fix(docs): fix typo Lightwight -> Lightweight Fixes GEngine-js/GEngine#38 --- .vitepress/config.ts | 2 +- src/index.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.vitepress/config.ts b/.vitepress/config.ts index 885100d..bf1db60 100644 --- a/.vitepress/config.ts +++ b/.vitepress/config.ts @@ -9,7 +9,7 @@ export default defineConfig({ srcDir: "./src", outDir: "./dist", title: "GEngine-Js", - titleTemplate: "The Lightwight Render Library", + titleTemplate: "The Lightweight Render Library", base: "/Docs/", description: "Rendering engine based on webGPU", head: [["link", { rel: "icon", href: "/Docs/assets/GEngineIcon.png" }]], diff --git a/src/index.md b/src/index.md index 93f6eca..948ca1e 100644 --- a/src/index.md +++ b/src/index.md @@ -4,7 +4,7 @@ layout: home hero: name: "GEngine-Js" - text: "The Lightwight Render Library" + text: "The Lightweight Render Library" tagline: Rendering engine based on webgpu actions: - theme: brand @@ -19,6 +19,6 @@ features: details: Standard JavaScript & TypeScript API easy to use - title: Performant details: Based on webGPU has strong rendering performance and compute capability - - title: Lightwight + - title: Lightweight details: Small package size --- \ No newline at end of file