Skip to content

Commit 8a780b4

Browse files
committed
[css-flexbox] Markup typo
1 parent 98a15ef commit 8a780b4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

css-flexbox/Overview.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1355,7 +1355,7 @@ <h3 class="heading settled heading" data-level=7.1 id=flex-property><span class=
13551355
A unitless zero that is not already preceded by two flex factors
13561356
must be interpreted as a flex factor.
13571357
To avoid misinterpretation or invalid declarations,
1358-
authors must specify a zero <var>&lt;flex-basis&gt;</var> component
1358+
authors must specify a zero <a class=production data-link-type=propdesc href=#propdef-flex-basis title=flex-basis>&lt;flex-basis&gt;</a> component
13591359
with a unit or precede it by two flex factors.
13601360

13611361
<h3 class="heading settled heading" data-level=7.2 id=flex-common><span class=secno>7.2 </span><span class=content>

css-flexbox/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1314,7 +1314,7 @@ <h3 id='flex-property'>
13141314
A unitless zero that is not already preceded by two flex factors
13151315
must be interpreted as a flex factor.
13161316
To avoid misinterpretation or invalid declarations,
1317-
authors must specify a zero <var>&lt;flex-basis></var> component
1317+
authors must specify a zero <<'flex-basis'>> component
13181318
with a unit or precede it by two flex factors.
13191319

13201320
<h3 id='flex-common'>

0 commit comments

Comments
 (0)