diff --git a/src/components/StickyResponsiveSidebar/StickyResponsiveSidebar.js b/src/components/StickyResponsiveSidebar/StickyResponsiveSidebar.js
index 713a586c..13b2ec6c 100644
--- a/src/components/StickyResponsiveSidebar/StickyResponsiveSidebar.js
+++ b/src/components/StickyResponsiveSidebar/StickyResponsiveSidebar.js
@@ -123,7 +123,7 @@ class StickyResponsiveSidebar extends Component {
               },
 
               [media.greaterThan('small')]: {
-                tranform: 'none !important',
+                transform: 'none !important',
               },
             }}>
             <Sidebar closeParentMenu={this._closeNavMenu} {...this.props} />