From 02b7824ce01931795b1b3f5c614e09462d4b02b8 Mon Sep 17 00:00:00 2001 From: Matt Mo Date: Sat, 27 Nov 2021 14:50:09 -0800 Subject: [PATCH] Updated docs for innerText. --- ignite-template.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */