Fix two typos

This commit is contained in:
Hannu Lyytikainen 2017-12-18 16:13:05 +02:00
parent b8499c5b90
commit 984f38aba5

View file

@ -103,7 +103,7 @@ ButtonTabNavHorizontal.propTypes = {
tabs: arrayOf(
shape({
text: node.isRequired,
disbaled: bool,
disabled: bool,
selected: bool,
onClick: func.isRequired,
})
@ -132,7 +132,7 @@ LinkTabNavHorizontal.propTypes = {
tabs: arrayOf(
shape({
text: node.isRequired,
disbaled: bool,
disabled: bool,
selected: bool,
linkProps: object.isRequired,
})