diff --git a/components/radio/__tests__/__snapshots__/demo.test.js.snap b/components/radio/__tests__/__snapshots__/demo.test.js.snap index d673175343..73602d9846 100644 --- a/components/radio/__tests__/__snapshots__/demo.test.js.snap +++ b/components/radio/__tests__/__snapshots__/demo.test.js.snap @@ -493,7 +493,7 @@ exports[`renders ./components/radio/demo/radiogroup-more.md correctly 1`] = ` `; -exports[`renders ./components/radio/demo/radiogroup-optional.md correctly 1`] = ` +exports[`renders ./components/radio/demo/radiogroup-options.md correctly 1`] = `
`2.9.0` 之后支持。 ## en-US -Render radios by configuring parameters. +Render radios by configuring `options`. + +> support after `2.9.0`. ```jsx import { Radio } from 'antd'; @@ -65,4 +69,4 @@ class App extends React.Component { } ReactDOM.render(, mountNode); -``` \ No newline at end of file +```