Skip to content

Commit d6820e6

Browse files
committed
spelling: envelope
1 parent 4a322dc commit d6820e6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/geom/rectangle/FitOutside.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
*/

src/structs/Size.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
*

0 commit comments

Comments
 (0)