Skip to content

Commit db167a3

Browse files
committed
[css-grid] Fix typo #8316
1 parent a005500 commit db167a3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

css-grid-1/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -968,7 +968,7 @@ Limiting Large Grids</h3>
968968
Since memory is limited,
969969
UAs may clamp the possible size of the <a>implicit grid</a>
970970
to be within a UA-defined limit
971-
(which should accommodate lines at in the range [-10000, 10000]),
971+
(which should accommodate lines in the range [-10000, 10000]),
972972
dropping all lines outside that limit.
973973
If a grid item is placed outside this limit,
974974
its grid area must be <a>clamped</a> to within this limited grid.

css-grid-2/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1016,7 +1016,7 @@ Limiting Large Grids</h3>
10161016
Since memory is limited,
10171017
UAs may clamp the possible size of the <a>implicit grid</a>
10181018
to be within a UA-defined limit
1019-
(which should accommodate lines at in the range [-10000, 10000]),
1019+
(which should accommodate lines in the range [-10000, 10000]),
10201020
dropping all lines outside that limit.
10211021
If a grid item is placed outside this limit,
10221022
its grid area must be <a>clamped</a> to within this limited grid.

0 commit comments

Comments
 (0)