Skip to content

Commit b6ffe2b

Browse files
FremyCompanytabatkins
authored andcommitted
Fixed "yeild" -> "yield" typo (w3c#438)
1 parent f9abe59 commit b6ffe2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-layout-api/Overview.bs

+1-1
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ registerLayout('block-like', class {
386386
blockSize: availableBlockSize,
387387
});
388388

389-
const childFragments = yeild children.map((child) => {
389+
const childFragments = yield children.map((child) => {
390390
return child.layoutNextFragment(childConstraintSpace);
391391
});
392392

0 commit comments

Comments
 (0)