From e475c0758d8724cd13db8e2e03bef19739b7d4cd Mon Sep 17 00:00:00 2001 From: Ber Date: Tue, 22 Oct 2024 19:55:43 +0800 Subject: [PATCH] =?UTF-8?q?fix(zh-hans):=20fix=20translation=20of=20"?= =?UTF-8?q?=E8=AA=AA"=20word?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Convert traditional Chinese to simplified Chinese, "說" is a traditional Chinese word. The word should be changed to "说". --- content/v1.0.0/index.zh-hans.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/v1.0.0/index.zh-hans.md b/content/v1.0.0/index.zh-hans.md index 8989b43..0842aa2 100644 --- a/content/v1.0.0/index.zh-hans.md +++ b/content/v1.0.0/index.zh-hans.md @@ -76,7 +76,7 @@ BREAKING CHANGE: `extends` key in config file is now used for extending other co feat!: send an email to the customer when a product is shipped ``` -### 包含了范围和破坏性变更 `!` 的提交說明 +### 包含了范围和破坏性变更 `!` 的提交说明 ``` feat(api)!: send an email to the customer when a product is shipped ```