From ff5c14dc71ead7834b6f0ce3ee8f63f6185ce777 Mon Sep 17 00:00:00 2001 From: James Scott-Brown Date: Tue, 14 Feb 2023 16:19:57 +0000 Subject: [PATCH] docs: format `window.navigator.onLine` reference as code (#8262) --- site/content/docs/03-template-syntax.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/docs/03-template-syntax.md b/site/content/docs/03-template-syntax.md index 6ab05cbb29..596950815c 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.