File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ var GetAspectRatio = require('./GetAspectRatio');
1919 * @generic {Phaser.Geom.Rectangle} O - [target,$return]
2020 *
2121 * @param {Phaser.Geom.Rectangle } target - The target rectangle to adjust.
22- * @param {Phaser.Geom.Rectangle } source - The source rectangle to envlope the target in.
22+ * @param {Phaser.Geom.Rectangle } source - The source rectangle to envelope the target in.
2323 *
2424 * @return {Phaser.Geom.Rectangle } The modified target rectangle instance.
2525 */
Original file line number Diff line number Diff line change @@ -540,7 +540,7 @@ var Size = new Class({
540540 } ,
541541
542542 /**
543- * The current `width` and `height` are adjusted so that they fully envlop the given dimensions, while keeping the aspect ratio.
543+ * The current `width` and `height` are adjusted so that they fully envelope the given dimensions, while keeping the aspect ratio.
544544 *
545545 * The size may extend further out than the target area if the aspect ratios differ.
546546 *
You can’t perform that action at this time.
0 commit comments