Skip to content

Commit 655682e

Browse files
SebastianZtabatkins
authored andcommitted
[css-grid] fix typo: s/streched/stretched/ (#748)
* [css-transforms] Replaced <length> | <percentage> by <length-percentage> * Fixed typo in hint to 'auto' value (fixes #747)
1 parent 3598b5c commit 655682e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-grid/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1398,7 +1398,7 @@ Explicit Track Sizing: the 'grid-template-rows' and 'grid-template-columns' prop
13981398
of the <a>grid items</a> occupying the <a>grid track</a>.
13991399

14001400
Note: ''grid-template-rows/auto'' track sizes (and only ''grid-template-rows/auto'' track sizes)
1401-
can be streched by the 'align-content' and 'justify-content' properties.
1401+
can be stretched by the 'align-content' and 'justify-content' properties.
14021402

14031403
<dt><dfn lt="fit-content()">fit-content( [ <<length>> | <<percentage>> ] )</dfn>
14041404
<dd>

0 commit comments

Comments
 (0)