Update practical-projects.zh-CN.md

Just fixed small typo.
This commit is contained in:
吕立青 2016-11-05 15:31:43 +08:00 committed by GitHub
parent 45b8a9b507
commit 5cebea6b47

View File

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