We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fd00fb commit a17492bCopy full SHA for a17492b
css-layout-api/EXPLAINER.md
@@ -330,8 +330,8 @@ registerLayout('basic-inline', class {
330
const fragment = await child.layoutNextFragment(constraints, childBreakToken);
331
childFragments.push(fragment);
332
333
- // Position the fragment, note we coulld do something special here, like
334
- // placing all the lines on a "rythimic grid", or similar.
+ // Position the fragment, note we could do something special here, like
+ // placing all the lines on a "rythmic grid", or similar.
335
fragment.inlineOffset = edges.inlineStart;
336
fragment.blockOffset = blockOffset;
337
0 commit comments