@@ -2787,7 +2787,7 @@ Auto Placement</h4>
27872787 </pre>
27882788 </div>
27892789
2790- Whether the <a>auto-placement algorithm</a> searchs across and adds rows,
2790+ Whether the <a>auto-placement algorithm</a> searches across and adds rows,
27912791 or searches across and adds columns,
27922792 is controlled by the 'grid-auto-flow' property.
27932793
@@ -3159,10 +3159,10 @@ Grid Item Placement Algorithm</h3>
31593159 2. Among all the items with a <a>definite column position</a>
31603160 (explicitly positioned items, items positioned in the previous step, and items not yet positioned but with a definite column)
31613161 add columns to the beginning and end of the <a>implicit grid</a>
3162- as necessary to accomodate those items.
3162+ as necessary to accommodate those items.
31633163 3. If the largest <a>column span</a> among all the items <em> without</em> a <a>definite column position</a>
31643164 is larger than the width of the <a>implicit grid</a> ,
3165- add columns to the end of the <a>implicit grid</a> to accomodate that <a>column span</a> .
3165+ add columns to the end of the <a>implicit grid</a> to accommodate that <a>column span</a> .
31663166
31673167 <div class='example'>
31683168 For example, in the following style fragment:
@@ -3584,7 +3584,7 @@ Aligning the Grid: the 'justify-content' and 'align-content' properties</h3>
35843584 </figure>
35853585 <figure>
35863586 <img src="images/spanned-gap-align.svg"
3587- alt="Same grid with increased gaps absorbing the excess grid containe width.
3587+ alt="Same grid with increased gaps absorbing the excess grid container width.
35883588 The spanning element has grown to accommodate the extra space assigned to the gap it crosses." height="426" width="500">
35893589 <figcaption> Grid after alignment</figure>
35903590 </figure>
@@ -3667,7 +3667,7 @@ Grid Sizing</h2>
36673667 Each <a>sizing function</a> is either:
36683668
36693669 <ul>
3670- <li> A <dfn>fixed sizing function</dfn> (<<length>> or resolveable <<percentage>> ).
3670+ <li> A <dfn>fixed sizing function</dfn> (<<length>> or resolvable <<percentage>> ).
36713671 <li> An <dfn>intrinsic sizing function</dfn> (''min-content'' , ''max-content'' , ''auto'' , ''fit-content()'' ).
36723672 <li> A <dfn>flexible sizing function</dfn> (<<flex>> ).
36733673 </ul>
0 commit comments