From 93ed4647ce6c6aae717f14fd9f6dfa6ae0f81e9f Mon Sep 17 00:00:00 2001 From: sheparddw Date: Thu, 18 Aug 2016 12:42:46 -0700 Subject: [PATCH] Fix typo aplly to apply in function name. --- MessageBar.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 (