From db4e50308fd473f17ddcbefde6bf245c9afb95b9 Mon Sep 17 00:00:00 2001 From: afc163 Date: Sat, 15 Oct 2016 15:34:09 +0800 Subject: [PATCH] fix demo typo --- components/tabs/demo/basic.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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); ````