diff --git a/src/pixi/text/Text.js b/src/pixi/text/Text.js index df1d12d..a2acdd6 100644 --- a/src/pixi/text/Text.js +++ b/src/pixi/text/Text.js @@ -65,7 +65,7 @@ /** * Set the copy for the text object. To split a line you can use "\n" * - * @methos setText + * @method setText * @param {String} text The copy that you would like the text to display */ PIXI.Text.prototype.setText = function(text)