From 5b342a2d0ac425ea41b2de83b732ab9c443785c2 Mon Sep 17 00:00:00 2001 From: James Scott-Brown Date: Tue, 7 Feb 2023 17:18:08 +0000 Subject: [PATCH] docs: format window.navigator.onLine in monospace --- 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 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.