@@ -158,7 +158,7 @@ Terminology</h2>
158158Auto Box Sizes</h3>
159159
160160 There are four types of automatically-determined sizes in CSS
161- (sizes resulting fromy ''width/auto'' sizing rules, depending on context):
161+ (sizes resulting from ''width/auto'' sizing rules, depending on context):
162162
163163 <dl export>
164164 : <dfn>stretch-fit size</dfn>
@@ -224,7 +224,7 @@ Auto Box Sizes</h3>
224224 : <dfn>fit-content size</dfn>
225225 : <dfn>fit-content inline size</dfn>
226226 : <dfn>fit-content block size</dfn>
227- :: If the <a>available space</a> in a given axis is finite ,
227+ :: If the <a>available space</a> in a given axis is <a>definite</a> ,
228228 equal to <code> min(<a>max-content size</a> , max(<a>min-content size</a> , <a>stretch-fit size</a> ))</code> .
229229 Otherwise, equal to the <a>max-content size</a> in that axis.
230230
@@ -521,8 +521,8 @@ Inner vs Outer Sizes: the 'box-sizing' property</h3>
521521 </pre>
522522
523523 The 'box-sizing' property switches the box model
524- between asssigning finite sizes such as <<length>> s and <<percentage>> s
525- to either the <a>content box</a> or <a>border box</a> .
524+ between assigning fixed sizes such as <<length>> s and <<percentage>> s
525+ to the <a>content box</a> and the <a>border box</a> .
526526 It affects the interpretation of all <a>sizing properties</a> ,
527527 including 'flex-basis' .
528528
0 commit comments