Fix spelling in state page

This commit is contained in:
Talia 2023-09-20 13:36:14 +02:00
parent 1b286aff47
commit f1d3eeb9a2

View file

@ -41,7 +41,7 @@
<p> <p>
<dl> <dl>
<dt><code>defer</code></dt> <dt><code>defer</code></dt>
<dd>Set to false to disable defered change processing. This will emit a new event every time something changes, even if it's about to be changed again in the next line.</dd> <dd>Set to false to disable deferred change processing. This will emit a new event every time something changes, even if it's about to be changed again in the next line.</dd>
<dt><code>methods</code></dt> <dt><code>methods</code></dt>
<dd>Set to false to disable the default event listener that attempts to call a [prop]Changed method on the state object.</dd> <dd>Set to false to disable the default event listener that attempts to call a [prop]Changed method on the state object.</dd>
</dl> </dl>