diff --git a/src/core/const.js b/src/core/const.js index a0ae278..63ffdeb 100644 --- a/src/core/const.js +++ b/src/core/const.js @@ -158,7 +158,7 @@ /** * The wrap modes that are supported by pixi. * - * The {@link PIXI.settings.WRAP_MODE} wrap mode affects the default wraping mode of future operations. + * The {@link PIXI.settings.WRAP_MODE} wrap mode affects the default wrapping mode of future operations. * It can be re-assigned to either CLAMP or REPEAT, depending upon suitability. * If the texture is non power of two then clamp will be used regardless as webGL can * only use REPEAT if the texture is po2.