diff --git a/packages/constants/src/index.js b/packages/constants/src/index.js index 9d1faa1..4cc70c9 100644 --- a/packages/constants/src/index.js +++ b/packages/constants/src/index.js @@ -218,7 +218,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.