From ab41aab9054adb975fb0cd6d2c5a8e0767e460b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BD=95=E5=96=9C=E9=98=B3?= <40079272+iamxiyang@users.noreply.github.com> Date: Wed, 11 Sep 2024 09:00:09 +0800 Subject: [PATCH] docs: fix typo '--per slide' -> '--per-slide' --- features/global-layers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/global-layers.md b/features/global-layers.md index 75873471..2a7b7617 100644 --- a/features/global-layers.md +++ b/features/global-layers.md @@ -14,7 +14,7 @@ Slidev 为这种用法提供了三种图层,在你的项目根目录下创建 ::: tip -导出时,应使用 `--per slide` 选项以确保全局层正确应用于每张幻灯片。 +导出时,应使用 `--per-slide` 选项以确保全局层正确应用于每张幻灯片。 ::: ## 图层关系