From adb9a603fe1f2f7546837d45c6f2bff767a414e4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E6=9D=8E=E5=81=A5=E8=8E=B9?= <lijy91@foxmail.com>
Date: Fri, 29 Mar 2024 21:34:12 +0800
Subject: [PATCH] chore(website): fix typo

---
 website/src/content/docs/zh-hans/cli.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/website/src/content/docs/zh-hans/cli.md b/website/src/content/docs/zh-hans/cli.md
index 4da9115f..cbd71477 100644
--- a/website/src/content/docs/zh-hans/cli.md
+++ b/website/src/content/docs/zh-hans/cli.md
@@ -39,7 +39,7 @@ flutter_distributor publish --path hello_world-1.0.0+1-android.apk --targets fir
 
 会根据配置文件(`distribute_options.yaml`),将你的应用打包成特定的格式并发布到分发平台。
 
-<table><thead><tr><th>Flag</th><th>Value</th><th data-type="checkbox">Required</th></tr></thead><tbody><tr><td><code>--name</code></td><td>名称, e.g. <code>dev</code></td><td>true</td></tr><tr><td><code>--skip-client</code></td><td>跳过在构建之前一次</td><td>false</td></tr></tbody></table>
+<table><thead><tr><th>Flag</th><th>Value</th><th data-type="checkbox">Required</th></tr></thead><tbody><tr><td><code>--name</code></td><td>名称, e.g. <code>dev</code></td><td>true</td></tr><tr><td><code>--skip-clean</code></td><td>跳过在构建之前一次</td><td>false</td></tr></tbody></table>
 
 示例: