Merge pull request #3741 from JimmyLv/patch-1

Update practical-projects.zh-CN.md
This commit is contained in:
Wei Zhu 2016-11-06 18:17:14 +08:00 committed by GitHub
commit b08dd6d1f9

View File

@ -131,7 +131,7 @@ const ProductList = ({ onDelete, products }) => {
);
};
ProductList.proptypes = {
ProductList.propTypes = {
onDelete: PropTypes.func.isRequired,
products: PropTypes.array.isRequired,
};