diff --git a/src/core/text/TextStyle.js b/src/core/text/TextStyle.js index 581e5aa..3b25528 100644 --- a/src/core/text/TextStyle.js +++ b/src/core/text/TextStyle.js @@ -57,7 +57,7 @@ * {@link https://developer.mozilla.org/en-US/docs/Web/API/CanvasRenderingContext2D/fillStyle|MDN} * @param {number} [style.fillGradientType=PIXI.TEXT_GRADIENT.LINEAR_VERTICAL] - If fills styles are * supplied, this can change the type/direction of the gradient. See {@link PIXI.TEXT_GRADIENT} for possible values - * @param {string|Array} [style.fontFamily='Arial'] - The font family + * @param {string|string[]} [style.fontFamily='Arial'] - The font family * @param {number|string} [style.fontSize=26] - The font size (as a number it converts to px, but as a string, * equivalents are '26px','20pt','160%' or '1.6em') * @param {string} [style.fontStyle='normal'] - The font style ('normal', 'italic' or 'oblique')