From b1c41c665e6eb1adf9e8ba1c3c65d29410bece3e Mon Sep 17 00:00:00 2001 From: Marcela Bomfim Date: Wed, 25 Apr 2018 10:59:14 -0300 Subject: [PATCH] Fix typo (#10250) Fix typo --- 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 afab4c358a..52b5f3df9e 100755 --- a/components/popconfirm/demo/locale.md +++ b/components/popconfirm/demo/locale.md @@ -11,7 +11,7 @@ title: ## en-US -Set `okText` and `cancelText` props to customise the button's labels. +Set `okText` and `cancelText` props to customize the button's labels. ````jsx import { Popconfirm } from 'antd';