diff --git a/site/content/docs/03-template-syntax.md b/site/content/docs/03-template-syntax.md index e08cc6216f..e96d0d0a64 100644 --- a/site/content/docs/03-template-syntax.md +++ b/site/content/docs/03-template-syntax.md @@ -1716,7 +1716,7 @@ You can also bind to the following properties: * `outerHeight` * `scrollX` * `scrollY` -* `online` — an alias for window.navigator.onLine +* `online` — an alias for `window.navigator.onLine` All except `scrollX` and `scrollY` are readonly.