diff --git a/files/zh-cn/web/html/global_attributes/contenteditable/index.md b/files/zh-cn/web/html/global_attributes/contenteditable/index.md
index 402ff86c0afde3..afe3a424f70bb8 100644
--- a/files/zh-cn/web/html/global_attributes/contenteditable/index.md
+++ b/files/zh-cn/web/html/global_attributes/contenteditable/index.md
@@ -13,7 +13,7 @@ slug: Web/HTML/Global_attributes/contenteditable
- `true` 或*空字符串*,表示元素是可编辑的。
- `false` 表示元素不是可编辑的。
-- `plaintext-only` 表示元素是可编辑的,但是只接受纯文本数据。
+- `plaintext-only` 表示元素的原始文本是可编辑的,但富文本格式会被禁用。
如果没有设置该属性的值(例如:``),则其值被视为空字符串。