diff --git a/components/radio/demo/radiogroup.md b/components/radio/demo/radiogroup.md index e2cf85e37c..2a26afacf5 100644 --- a/components/radio/demo/radiogroup.md +++ b/components/radio/demo/radiogroup.md @@ -1,8 +1,8 @@ --- order: 1 title: - zh-CN: RadioGroup 组合 - en-US: RadioGroup group + zh-CN: 单选组合 + en-US: Radio Group --- ## zh-CN @@ -11,7 +11,7 @@ title: ## en-US -A set of mutually exclusive Radio with the use of +A group of radio components. ```jsx import { Radio } from 'antd';