Skip to content

Commit 03743d1

Browse files
committed
2 parents 50fa9b8 + 3df38c9 commit 03743d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css-layout-api/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ For example, floats do not intrude into the layout API container, and the layout
125125
margins do not collapse with the margins of its contents.
126126

127127
All inflow children of a <a>layout API container</a> are called <dfn>layout API children</dfn> and
128-
are laid out using the auther defined layout.
128+
are laid out using the author defined layout.
129129

130130
<a>Layout API containers</a> form a containing block for their contents
131131
<a href="https://www.w3.org/TR/CSS2/visudet.html#containing-block-details">exactly like block
@@ -138,7 +138,7 @@ The 'overflow' property applies to <a>layout API containers</a>. This is discuss
138138
[[#interaction-overflow]].
139139

140140
As the layout is entirely up to the author, properties which are used in other layout modes (e.g.
141-
flex, block) may not apply. For example an author may not repect the 'margin' property on children.
141+
flex, block) may not apply. For example an author may not respect the 'margin' property on children.
142142

143143
Layout API Container Painting {#painting}
144144
-----------------------------------------

0 commit comments

Comments
 (0)