diff --git a/src/core/display/Container.js b/src/core/display/Container.js index 8f22145..7885b36 100644 --- a/src/core/display/Container.js +++ b/src/core/display/Container.js @@ -383,7 +383,7 @@ Container.prototype.containerUpdateTransform = Container.prototype.updateTransform; /** -* RetrieveDs the bounds of the Container as a rectangle. The bounds calculation takes all visible children into consideration. +* Retrieves the bounds of the Container as a rectangle. The bounds calculation takes all visible children into consideration. * * @return {PIXI.Rectangle} The rectangular bounding area */