From d3b020e57fda2224adda92fcc79408cb5eb48f55 Mon Sep 17 00:00:00 2001 From: Dominique Hazael-Massieux Date: Sun, 30 Jan 2022 14:31:48 +0100 Subject: [PATCH] Fix typos in explainer --- css-layout-api/EXPLAINER.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css-layout-api/EXPLAINER.md b/css-layout-api/EXPLAINER.md index 75d036c6..2d7cb326 100644 --- a/css-layout-api/EXPLAINER.md +++ b/css-layout-api/EXPLAINER.md @@ -330,8 +330,8 @@ registerLayout('basic-inline', class { const fragment = await child.layoutNextFragment(constraints, childBreakToken); childFragments.push(fragment); - // Position the fragment, note we coulld do something special here, like - // 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. fragment.inlineOffset = edges.inlineStart; fragment.blockOffset = blockOffset;