From ed3cda06a28fdf1e2603df5023fae2fe4d5244ec Mon Sep 17 00:00:00 2001 From: afc163 Date: Sun, 13 Mar 2016 13:19:43 +0800 Subject: [PATCH] update button docs --- components/button/demo/basic.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/button/demo/basic.md b/components/button/demo/basic.md index c4d69feb75..5f52387050 100644 --- a/components/button/demo/basic.md +++ b/components/button/demo/basic.md @@ -6,7 +6,7 @@ 通过设置 `type` 为 `primary` `ghost` 可分别创建主按钮、幽灵按钮,若不设置 `type` 值则为次按钮。不同的样式可以用来区别其重要程度。 -主按钮和次按钮可独立使用,需要强引导用主按钮。幽灵按钮用于和主按钮组合。 +主按钮和次按钮可独立使用,需要强引导用主按钮。幽灵按钮用于和主按钮组合。主按钮在同一个操作区域最多出现一次。 ---