diff --git a/ignite-template.js b/ignite-template.js index 39baf58..eabd177 100644 --- a/ignite-template.js +++ b/ignite-template.js @@ -808,7 +808,7 @@ class IgniteTemplate { /** * Adds a CSS property to this template with a value and priority. * @param {String} name The name of the CSS property to set. - * @param {String|IgniteProperty} value The value to set for the property. If an IgniteProperty is used it will auto update this style. + * @param {String|IgniteProperty|IgniteProperty[]} value The value to set for the property. If an IgniteProperty is used it will auto update this style. * @param {String} priority If set to "important" then the style will be marked with !important. Acceptable values: important, !important, true, false, null * @param {Function} converter Optional function to convert the value if needed. * @returns {IgniteTemplate} This ignite template so function calls can be chained.