Skip to content

Commit

Permalink
nit: Fix invalid html within example (#11758)
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyraoul authored Feb 21, 2025
1 parent 930c679 commit ac5cd82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css-grid-3/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ Reordering and Accessibility</h3>
<div class="item tall">3</div>
<div class="item wide">4</div>
<div class=item>5</div>
<div class=item>6/div>
<div class=item>6</div>
<div class=item>7</div>
</section>
<style>
Expand Down

0 comments on commit ac5cd82

Please sign in to comment.