diff --git a/components/tabs/demo/basic.md b/components/tabs/demo/basic.md index c4e2316fce..63b673b23a 100644 --- a/components/tabs/demo/basic.md +++ b/components/tabs/demo/basic.md @@ -23,9 +23,9 @@ function callback(key) { ReactDOM.render( - Conten of Tab Pane 1 - Conten of Tab Pane 2 - Conten of Tab Pane 3 + Content of Tab Pane 1 + Content of Tab Pane 2 + Content of Tab Pane 3 , mountNode); ````