diff --git a/MessageBar.js b/MessageBar.js index dbe985e..924f3b6 100644 --- a/MessageBar.js +++ b/MessageBar.js @@ -299,7 +299,7 @@ class MessageBar extends Component { /* * Set the animation transformation depending on the chosen animationType, or depending on the state's position if animationType is not overridden */ - _apllyAnimationTypeTransformation() { + _applyAnimationTypeTransformation() { let position = this.state.position; let animationType = this.state.animationType; @@ -358,7 +358,7 @@ class MessageBar extends Component { render() { // Set the animation transformation depending on the chosen animationType, or depending on the state's position if animationType is not overridden - this._apllyAnimationTypeTransformation(); + this._applyAnimationTypeTransformation(); return (