diff --git a/src/core/display/Container.js b/src/core/display/Container.js index 9d59485..5a02d0e 100644 --- a/src/core/display/Container.js +++ b/src/core/display/Container.js @@ -45,7 +45,7 @@ /** * Adds one or more children to the container. * - * Multple items can be added like so: `myContainer.addChild(thinkOne, thingTwo, thingThree)` + * Multiple items can be added like so: `myContainer.addChild(thingOne, thingTwo, thingThree)` * * @param {...PIXI.DisplayObject} child - The DisplayObject(s) to add to the container * @return {PIXI.DisplayObject} The first child that was added.