Skip to content

Commit aa2b925

Browse files
authored
chore: typo (#244)
1 parent e0a9be0 commit aa2b925

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

guide/write-theme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Slidev 默认主题支持浅色模式和深色模式。如果您只希望您的
8181
}
8282
```
8383

84-
## 预览插件 {#previewing}
84+
## 预览主题 {#previewing}
8585

8686
你可以通过一个示例幻灯片来预览主题。为此,请创建一个 `./slides.md` 文件,并在其中添加以下 headmatter 配置:
8787

@@ -93,7 +93,7 @@ theme: ./ # 使用当前目录的作为主题
9393

9494
其他使用方式与普通的幻灯片相同。
9595

96-
## 发布插件 {#publishing}
96+
## 发布主题 {#publishing}
9797

9898
当发布主题时,非 JS 文件(如 `.vue``.ts` 文件)可以直接发布而无需编译。Slidev 在使用主题时会自动编译它们。
9999

0 commit comments

Comments
 (0)