Skip to content

Commit

Permalink
Merge pull request #760 from trheyi/main
Browse files Browse the repository at this point in the history
fix misspelling
  • Loading branch information
trheyi authored Sep 30, 2024
2 parents dc43296 + 3714903 commit 6656e18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sui/core/build.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 6656e18

Please sign in to comment.