Skip to content

Commit b64a2f9

Browse files
authored
Merge pull request w3c#1453 from Loirooriol/patch-3
[css-display] Typo: "it a" -> "it is a"
2 parents a2f9501 + 014df55 commit b64a2f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-display/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ Box Layout Modes: the 'display' property</h2>
131131
which consists of the two basic qualities of how an element generates boxes:
132132

133133
* the <dfn export local-lt="inner">inner display type</dfn>,
134-
which defines (if it a <a href="https://www.w3.org/TR/CSS2/conform.html#replaced-element">non-replaced element</a>) the kind of <a>formatting context</a> it generates,
134+
which defines (if it is a <a href="https://www.w3.org/TR/CSS2/conform.html#replaced-element">non-replaced element</a>) the kind of <a>formatting context</a> it generates,
135135
dictating how its descendant boxes are laid out.
136136
(The inner display of a <a href="https://www.w3.org/TR/CSS2/conform.html#replaced-element">replaced element</a> is outside the scope of CSS.)
137137
* the <dfn export local-lt="outer">outer display type</dfn>,

0 commit comments

Comments
 (0)