diff --git a/scripts/render.ts b/scripts/render.ts
index 814612a..90d03cf 100644
--- a/scripts/render.ts
+++ b/scripts/render.ts
@@ -227,11 +227,11 @@ function renderMenu(): string {
for (const { key, title, h2s } of structure) {
navs.push(`
${title}`)
for (const h2 of h2s) {
- navs.push(`${h2.value}`)
+ navs.push(`${h2.value}`)
if (h2.h3s.length > 0) {
navs.push('')
}
@@ -346,7 +346,7 @@ async function main() {
// example
- html.push('Example')
+ html.push('Example')
html.push('')
html.push('')