Skip to content

Commit

Permalink
Fixed a typo in ActionButton.md (#291)
Browse files Browse the repository at this point in the history
  • Loading branch information
rszalski authored and xotahal committed Feb 10, 2018
1 parent 5cf4125 commit ec94965
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ActionButton.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const propTypes = {
*/
icon: PropTypes.string,
/**
* Leave it empty if you don't want any transition after press. Otherwise, it will be trnasform
* Leave it empty if you don't want any transition after press. Otherwise, it will be transformed
* to another view - depends on transition value.
*/
transition: PropTypes.oneOf(['toolbar', 'speedDial']),
Expand Down

0 comments on commit ec94965

Please sign in to comment.