diff --git a/src/deprecation.js b/src/deprecation.js index cf2d9aa..9aeb858 100644 --- a/src/deprecation.js +++ b/src/deprecation.js @@ -109,7 +109,7 @@ */ ParticleContainer: { get: function() { - console.warn('The ParticleContainer class has been moved to particles.ParticleContainer, please useparticles.ParticleContainer from now on.'); + console.warn('The ParticleContainer class has been moved to particles.ParticleContainer, please use particles.ParticleContainer from now on.'); return particles.ParticleContainer; } },