From ec94965677e14e3c5b97c3d9922ae327e2907dbf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rados=C5=82aw=20Szalski?= Date: Sat, 10 Feb 2018 22:32:28 +0100 Subject: [PATCH] Fixed a typo in ActionButton.md (#291) --- docs/ActionButton.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ActionButton.md b/docs/ActionButton.md index 5d160ddb..67dc6be5 100755 --- a/docs/ActionButton.md +++ b/docs/ActionButton.md @@ -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']),