From 6c8c552fd673e2c18931fe0f73c12c3662a5cb23 Mon Sep 17 00:00:00 2001 From: falstack Date: Mon, 10 May 2021 14:52:08 +0800 Subject: [PATCH] Update Overview.bs fix typo --- css-layout-api/Overview.bs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css-layout-api/Overview.bs b/css-layout-api/Overview.bs index 5b03385a..b54c19de 100644 --- a/css-layout-api/Overview.bs +++ b/css-layout-api/Overview.bs @@ -316,7 +316,7 @@ The user agent clear the [=styleMap=] internal slot for a [=box=] when:
         registerLayout('example', class {
             static inputProperties = ['--foo'];
-            static childrenInputProperties = ['--bar'];
+            static childInputProperties = ['--bar'];
             static layoutOptions = {
               childDisplay: 'normal',
               sizing: 'block-like'