Skip to content

Commit

Permalink
typos, grammar, consistency, #1418
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelzoom committed May 31, 2022
1 parent 20059b3 commit c957a02
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions doc/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,7 @@ <h3>Constraining dimensions</h3>

<h3 id="FlowBox-justify">justify</h3>

<p>Justification controls how extra space is allocated around cells (after any growing possible has been done):</p>
<p>Justification controls how extra space is allocated around cells (after any possible growing has been done):</p>

<div id="justification-example"></div>
<script type="text/javascript">
Expand Down Expand Up @@ -662,7 +662,7 @@ <h3 id="FlowBox-spacing">spacing</h3>

<h3 id="FlowBox-lineSpacing">lineSpacing</h3>

<p>Spacing between lines (rows/cols) can also be added, which applies when wrapped:</p>
<p>Spacing between lines (rows/columns) can also be added, which applies when wrapped:</p>

<div id="lineSpacing-example"></div>
<script type="text/javascript">
Expand Down Expand Up @@ -731,7 +731,7 @@ <h3>Per-cell layout options</h3>
}, { resize: 'horizontal' } );
</script>

<p>Similarly, alignment can also be customized to individual cells:</p>
<p>Similarly, alignment can also be customized by individual cells:</p>

<div id="alignCell-example"></div>
<script type="text/javascript">
Expand Down Expand Up @@ -823,7 +823,8 @@ <h3 id="FlowBox-stretch">stretch</h3>

<h3>Dividers</h3>

<p>Dividers are also available for easy of use (dividers at the visible start/end and duplicates will be marked as invisible, while all other dividers will be marked as visible:</p>
<p>Dividers are also available for easy of use (dividers at the visible start/end and duplicates will be marked as
invisible, while all other dividers will be marked as visible):</p>

<div id="divider-example"></div>
<script type="text/javascript">
Expand Down

0 comments on commit c957a02

Please sign in to comment.