docs: Pagination - Mini size - English correction (#3287)

* Pagination - Mini size - English correction

* Update mini.md
pull/3318/head
kvetoslavnovak 8 years ago committed by Benjy Cui
parent e74b4699e0
commit 73bf9fc327

@ -17,7 +17,7 @@ Mini size pagination.
import { Pagination } from 'antd';
function showTotal(total) {
return `共 ${total} 条`;
return `Total ${total} items`;
}
ReactDOM.render(<div>

Loading…
Cancel
Save