Skip to content

Commit ddb133f

Browse files
committed
Typo. Missing spaces in two examples.
1 parent 11af7a4 commit ddb133f

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

css-template/Overview.src.html

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -631,7 +631,7 @@ <h3>Summary and use cases</h3>
631631

632632
<pre>span:nth-child(n+4)::after {content: " "}</pre>
633633

634-
<p class=issue>This space handling not very intuitive. One might
634+
<p class=issue>This space handling is not very intuitive. One might
635635
expect there to be a way to say “select everything from this element
636636
onward” or maybe a pseudo-element selector for the text between
637637
elements. Or a new property to specify different ways to handle the
@@ -1215,7 +1215,7 @@ <h3 id=grid-shorthand >The 'grid' shorthand property</h3>
12151215

12161216
<pre>
12171217
grid-columns: * 10em;
1218-
grid-template: "abc" "abd";
1218+
grid-template: "a b c" "a b d";
12191219
grid-rows: auto 4em;
12201220
</pre>
12211221

@@ -3389,13 +3389,13 @@ <h2 id=chains>Chaining slots: the 'chains' property</h2>
33893389
added at the bottom.
33903390

33913391
<pre>
3392-
div { grid: "@@..ff...." / 3.6em
3393-
".aa..gg..." / 3.6em
3394-
"..bb..hh.." / 3.6em
3395-
"...cc..ii." / 3.6em
3396-
"....dd..jj" / 3.6em
3397-
".........." / 0.6em
3398-
"eeee..kkkk" / auto;
3392+
div { grid: "@ @ . . f f . . . ." 3.6em
3393+
". a a . . g g . . ." 3.6em
3394+
". . b b . . h h . ." 3.6em
3395+
". . . c c . . i i ." 3.6em
3396+
". . . . d d . . j j" 3.6em
3397+
". . . . . . . . . ." 0.6em
3398+
"e e e e . . k k k k" auto;
33993399
chains: @ a b c d e, f g h i j k}
34003400
#first { position: @ }
34013401
#second { position: f }

0 commit comments

Comments
 (0)