From 59db4e46c65d4610455bfb0bb5b61d00ede5ff98 Mon Sep 17 00:00:00 2001 From: afc163 Date: Thu, 26 Nov 2015 12:07:27 +0800 Subject: [PATCH] fix demo code lint bug --- components/popconfirm/demo/locale.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/popconfirm/demo/locale.md b/components/popconfirm/demo/locale.md index a6e45b348..961efc95b 100644 --- a/components/popconfirm/demo/locale.md +++ b/components/popconfirm/demo/locale.md @@ -11,7 +11,7 @@ import { Popconfirm } from 'antd'; ReactDOM.render( - Delete + Delete , document.getElementById('components-popconfirm-demo-locale')); ````