From 371490360e3480bdbf5a2ed69fcd2e7a86287422 Mon Sep 17 00:00:00 2001 From: Max Date: Mon, 30 Sep 2024 17:07:29 +0800 Subject: [PATCH] fix misspelling --- sui/core/build.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sui/core/build.go b/sui/core/build.go index d9b08aafeb..1f5530ef62 100644 --- a/sui/core/build.go +++ b/sui/core/build.go @@ -285,7 +285,7 @@ func (page *Page) parseDynamics(ctx *BuildContext, sel *goquery.Selection) { } ctx.addJitComponent(route) - // This is a temprary solution, we will refactor this later + // This is a temporary solution, we will refactor this later // Some components are not used in the page, but they are used in the script // So we need to add them to the components // But this solution is not perfect, it will cause import the unnecessary components, just ignore it.