From 481a2f0b22b5d0ed4bb22df2063b13ab1feb595a Mon Sep 17 00:00:00 2001 From: James Scott-Brown Date: Tue, 7 Feb 2023 16:26:28 +0000 Subject: [PATCH] docs: "read-only" ->"readonly" for consistency --- 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..77a291a6b1 100644 --- a/site/content/docs/03-template-syntax.md +++ b/site/content/docs/03-template-syntax.md @@ -754,7 +754,7 @@ Videos additionally have readonly `videoWidth` and `videoHeight` bindings. --- -Block-level elements have 4 read-only bindings, measured using a technique similar to [this one](http://www.backalleycoder.com/2013/03/18/cross-browser-event-based-element-resize-detection/): +Block-level elements have 4 readonly bindings, measured using a technique similar to [this one](http://www.backalleycoder.com/2013/03/18/cross-browser-event-based-element-resize-detection/): * `clientWidth` * `clientHeight`