Skip to content

Commit a17492b

Browse files
Fix typos in explainer (w3c#1066)
1 parent 4fd00fb commit a17492b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css-layout-api/EXPLAINER.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -330,8 +330,8 @@ registerLayout('basic-inline', class {
330330
const fragment = await child.layoutNextFragment(constraints, childBreakToken);
331331
childFragments.push(fragment);
332332

333-
// Position the fragment, note we coulld do something special here, like
334-
// placing all the lines on a "rythimic grid", or similar.
333+
// Position the fragment, note we could do something special here, like
334+
// placing all the lines on a "rythmic grid", or similar.
335335
fragment.inlineOffset = edges.inlineStart;
336336
fragment.blockOffset = blockOffset;
337337

0 commit comments

Comments
 (0)