diff --git a/lib/mixins/property-accessors.html b/lib/mixins/property-accessors.html index d020bc0088..3c1364cc57 100644 --- a/lib/mixins/property-accessors.html +++ b/lib/mixins/property-accessors.html @@ -79,8 +79,8 @@ * the standard `static get observedAttributes()`, implement `_propertiesChanged` * on the class, and then call `MyClass.createPropertiesForAttributes()` once * on the class to generate property accessors for each observed attribute - * prior to instancing. Last, call `this._flushProperties()` once to enable - * the accessors. + * prior to instancing. Last, call `this._enableProperties()` in the element's + * `connectedCallback` to enable the accessors. * * Any `observedAttributes` will automatically be * deserialized via `attributeChangedCallback` and set to the associated