Skip to content

Commit 28d25e2

Browse files
committed
Fix typos
1 parent a01aeda commit 28d25e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ <h4 class="list-group-item-heading">z-index</h4>
152152
<a href="https://github.com/Igalia/css-grid-layout/blob/gh-pages/z-index.png" class="label label-info">screenshot</a>
153153
<a href="http://www.w3.org/TR/css-grid/#z-order" class="label label-warning">spec</a>
154154
</p>
155-
<p>Example with several overlaping grid items where painting order is defined by the implicit DOM order and different z-index values.</p>
155+
<p>Example with several overlapping grid items where painting order is defined by the implicit DOM order and different z-index values.</p>
156156
</li>
157157
<li class="list-group-item">
158158
<h4 class="list-group-item-heading">Explicit Grid Shorthand: grid-template</h4>
@@ -275,7 +275,7 @@ <h4 class="list-group-item-heading">Auto-placement Algorithm</h4>
275275
<a href="https://github.com/Igalia/css-grid-layout/blob/gh-pages/autoplacement.png" class="label label-info">screenshot</a>
276276
<a href="http://dev.w3.org/csswg/css-grid/#auto-placement-algo" class="label label-warning">spec</a>
277277
</p>
278-
<p>Auto-placement algorithm demo. Allow to new add grid items in different positions in order to check how the algorithm works. Also, includes the possibitly to change between the different <code>grid-auto-flow</code> property values.</p>
278+
<p>Auto-placement algorithm demo. Allow to new add grid items in different positions in order to check how the algorithm works. Also, includes the possibility to change between the different <code>grid-auto-flow</code> property values.</p>
279279
</li>
280280
</ul>
281281
</div>

0 commit comments

Comments
 (0)