From 2abfe09e40beb43ee584c98c41d29f246bfa489f Mon Sep 17 00:00:00 2001 From: Arthur Evans Date: Fri, 31 Mar 2017 11:36:41 -0700 Subject: [PATCH] Update templatize.html --- lib/utils/templatize.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/utils/templatize.html b/lib/utils/templatize.html index 69f15183d9..45c05a5fd0 100644 --- a/lib/utils/templatize.html +++ b/lib/utils/templatize.html @@ -353,7 +353,7 @@ * - `instanceProps`: Dictionary of property names that will be added * to the instance by the templatize owner. These properties shadow any * host properties, and changes within the template to these properties - * will result in `notifyInstanceProp` to be called. + * will result in `notifyInstanceProp` being called. * - `mutableData`: When `true`, the generated class will skip strict * dirty-checking for objects and arrays (always consider them to be * "dirty").