diff --git a/ignite-template.js b/ignite-template.js index 9e2b49a..c450a24 100644 --- a/ignite-template.js +++ b/ignite-template.js @@ -414,7 +414,7 @@ class IgniteTemplate { /** * Sets the inner text of the element to be constructed by this template. - * @param {String|IgniteProperty} value text to be set for this element. If a property is passed the text will auto update. + * @param {String|IgniteProperty|IgniteProperty[]} value text to be set for this element. If a property is passed the text will auto update. * @param {Function} converter Optional function that can be used to convert the value if needed. * @returns This ignite template. */