Skip to content

Commit 5f75562

Browse files
committed
[css-grid-2] Spell check.
1 parent e3a55b1 commit 5f75562

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

css-grid-2/Overview.bs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ Establishing a Subgrid</h3>
127127
</dl>
128128

129129
Unlike those of a regular nested grid,
130-
a subgrid’s contents participate in its parent <a>grid formatting contex</a>;
130+
a subgrid’s contents participate in its parent <a>grid formatting context</a>;
131131
thus a subgrid does not establish an <a>independent formatting context</a>.
132132

133133
The syntax of <<line-name-list>> is defined as follows:
@@ -606,7 +606,7 @@ Subgrid Sizing Algorithm</h3>
606606
it treats <var>B</var>'s items
607607
as slotted into to <var>A</var>'s corresponding columns,
608608
but when <var>A</var> sizes its rows
609-
it treates <var>B</var> as a single item
609+
it treats <var>B</var> as a single item
610610
(a grid container with its own rows and some items including items <var>C</var> and <var>D</var>).
611611
Similarly when <var>B</var> sizes its rows,
612612
it treats <var>C</var>'s items as slotted into <var>B</var>'s rows,
@@ -735,7 +735,7 @@ Aspect-ratio&ndash;controlled Gutters</h2>
735735
If both 'align-content' and 'justify-content' have <<number>> values,
736736
then 'justify-content'’s <<number>> value is ignored
737737
and its <<content-distribution>> value honored as if specified alone.
738-
fIf no <<content-distribution>> value was specified,
738+
If no <<content-distribution>> value was specified,
739739
then 'justify-content' takes 'align-content'’s <<content-distribution>> value
740740
(if one was specified)
741741
and otherwise falls back to ''space-between''.

0 commit comments

Comments
 (0)