@@ -1770,7 +1770,7 @@ cc.easeBounceOut = function(){
1770
1770
1771
1771
/**
1772
1772
* cc.EaseBounceInOut action. <br />
1773
- * Eased bounce effect at the begining and ending.
1773
+ * Eased bounce effect at the beginning and ending.
1774
1774
* @warning This action doesn't use a bijective function. Actions like Sequence might have an unexpected result when used with this action.
1775
1775
* @class
1776
1776
* @extends cc.EaseBounce
@@ -1823,7 +1823,7 @@ cc.EaseBounceInOut = cc.EaseBounce.extend(/** @lends cc.EaseBounceInOut# */{
1823
1823
1824
1824
/**
1825
1825
* Creates the action. <br />
1826
- * Eased bounce effect at the begining and ending.
1826
+ * Eased bounce effect at the beginning and ending.
1827
1827
* @static
1828
1828
* @deprecated since v3.0 <br /> Please use action.easing(cc.easeBounceInOut())
1829
1829
* @param {cc.ActionInterval } action
@@ -1857,7 +1857,7 @@ cc._easeBounceInOutObj = {
1857
1857
1858
1858
/**
1859
1859
* Creates the action easing object. <br />
1860
- * Eased bounce effect at the begining and ending.
1860
+ * Eased bounce effect at the beginning and ending.
1861
1861
* @function
1862
1862
* @return {Object }
1863
1863
* @example
@@ -2050,7 +2050,7 @@ cc.easeBackOut = function(){
2050
2050
2051
2051
/**
2052
2052
* cc.EaseBackInOut action. <br />
2053
- * Begining of cc.EaseBackIn. Ending of cc.EaseBackOut.
2053
+ * Beginning of cc.EaseBackIn. Ending of cc.EaseBackOut.
2054
2054
* @warning This action doesn't use a bijective function. Actions like Sequence might have an unexpected result when used with this action.
2055
2055
* @class
2056
2056
* @extends cc.ActionEase
@@ -2104,7 +2104,7 @@ cc.EaseBackInOut = cc.ActionEase.extend(/** @lends cc.EaseBackInOut# */{
2104
2104
2105
2105
/**
2106
2106
* Creates the action. <br />
2107
- * Begining of cc.EaseBackIn. Ending of cc.EaseBackOut.
2107
+ * Beginning of cc.EaseBackIn. Ending of cc.EaseBackOut.
2108
2108
* @static
2109
2109
* @param {cc.ActionInterval } action
2110
2110
* @return {cc.EaseBackInOut }
@@ -2139,7 +2139,7 @@ cc._easeBackInOutObj = {
2139
2139
2140
2140
/**
2141
2141
* Creates the action easing object. <br />
2142
- * Begining of cc.EaseBackIn. Ending of cc.EaseBackOut.
2142
+ * Beginning of cc.EaseBackIn. Ending of cc.EaseBackOut.
2143
2143
* @function
2144
2144
* @return {Object }
2145
2145
* @example
0 commit comments