Fix spelling in state page
This commit is contained in:
parent
1b286aff47
commit
f1d3eeb9a2
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue