Skip to content

Commit dd87f03

Browse files
authored
Update Overview.bs (#1026)
1 parent 764d910 commit dd87f03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-layout-api/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ The user agent <em>clear</em> the [=styleMap=] internal slot for a [=box=] when:
316316
<pre class='lang-javascript'>
317317
registerLayout('example', class {
318318
static inputProperties = ['--foo'];
319-
static childrenInputProperties = ['--bar'];
319+
static childInputProperties = ['--bar'];
320320
static layoutOptions = {
321321
childDisplay: 'normal',
322322
sizing: 'block-like'

0 commit comments

Comments
 (0)