diff --git a/components/button/demo/basic.md b/components/button/demo/basic.md index d1a0621650..98fbfa3666 100644 --- a/components/button/demo/basic.md +++ b/components/button/demo/basic.md @@ -7,11 +7,11 @@ title: ## zh-CN -按钮有四种类型:主按钮、次按钮、虚线按钮、危险按钮。主按钮在同一个操作区域最多出现一次。 +按钮有五种类型:主按钮、次按钮、虚线按钮、危险按钮和链接按钮。主按钮在同一个操作区域最多出现一次。 ## en-US -There are `primary` button, `default` button, `dashed` button and `danger` button in antd. +There are `primary` button, `default` button, `dashed` button, `danger` button and `link` button in antd. ```jsx import { Button } from 'antd';