diff --git a/components/tabs/demo/editable-card.md b/components/tabs/demo/editable-card.md index d26d6ac673..e5d0695f8d 100644 --- a/components/tabs/demo/editable-card.md +++ b/components/tabs/demo/editable-card.md @@ -23,8 +23,8 @@ class Demo extends React.Component { super(props); this.newTabIndex = 0; const panes = [ - { title: 'Tab 1', content: 'Content of Tab Pane 1', key: '1' }, - { title: 'Tab 2', content: 'Content of Tab Pane 2', key: '2' }, + { title: 'Tab 1', content: 'Content of Tab 1', key: '1' }, + { title: 'Tab 2', content: 'Content of Tab 2', key: '2' }, ]; this.state = { activeKey: panes[0].key,