diff --git a/src/extras/AnimatedSprite.js b/src/extras/AnimatedSprite.js index 992a4e0..1754e0e 100644 --- a/src/extras/AnimatedSprite.js +++ b/src/extras/AnimatedSprite.js @@ -32,7 +32,7 @@ /** * @param {PIXI.Texture[]|FrameObject[]} textures - an array of {@link PIXI.Texture} or frame * objects that make up the animation - * @param {boolean} [autoUpdate=true] - Whether use PIXI.ticker.shared to auto update animation time. + * @param {boolean} [autoUpdate=true] - Whether to use PIXI.ticker.shared to auto update animation time. */ constructor(textures, autoUpdate) { diff --git a/src/extras/AnimatedSprite.js b/src/extras/AnimatedSprite.js index 992a4e0..1754e0e 100644 --- a/src/extras/AnimatedSprite.js +++ b/src/extras/AnimatedSprite.js @@ -32,7 +32,7 @@ /** * @param {PIXI.Texture[]|FrameObject[]} textures - an array of {@link PIXI.Texture} or frame * objects that make up the animation - * @param {boolean} [autoUpdate=true] - Whether use PIXI.ticker.shared to auto update animation time. + * @param {boolean} [autoUpdate=true] - Whether to use PIXI.ticker.shared to auto update animation time. */ constructor(textures, autoUpdate) { diff --git a/src/particles/ParticleContainer.js b/src/particles/ParticleContainer.js index d6dc59d..2196fb0 100644 --- a/src/particles/ParticleContainer.js +++ b/src/particles/ParticleContainer.js @@ -19,7 +19,7 @@ * } * ``` * - * And here you have a hundred sprites that will be renderer at the speed of light. + * And here you have a hundred sprites that will be rendered at the speed of light. * * @class * @extends PIXI.Container