From 374328bca9961adae692326dd39e35fa258ea2ba Mon Sep 17 00:00:00 2001 From: Shawn Sit Date: Sat, 10 Sep 2016 14:17:11 +0800 Subject: [PATCH] docs: fix misspelled (#2990) --- components/tabs/demo/disabled.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/tabs/demo/disabled.md b/components/tabs/demo/disabled.md index 62e7121379..5e06d2c283 100644 --- a/components/tabs/demo/disabled.md +++ b/components/tabs/demo/disabled.md @@ -21,7 +21,7 @@ ReactDOM.render( Tab 1 Tab 2 - Tab 3 + Tab 3 , mountNode); ````