diff --git a/page/state.html b/page/state.html index 1d34b80..fee2366 100644 --- a/page/state.html +++ b/page/state.html @@ -41,7 +41,7 @@

defer
-
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.
+
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.
methods
Set to false to disable the default event listener that attempts to call a [prop]Changed method on the state object.