Skip to content

Commit

Permalink
Add oxford commas
Browse files Browse the repository at this point in the history
  • Loading branch information
lukewarlow committed May 29, 2024
1 parent c94b1ef commit c061263
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -112383,7 +112383,7 @@ document.body.appendChild(frame)</code></pre>

<p>The <dfn method for="Document"><code
data-x="dom-document-write">document.write(...<var>text</var>)</code></dfn> method steps are
to run the <span>document write steps</span> with <span>this</span>, <var>text</var>, false and
to run the <span>document write steps</span> with <span>this</span>, <var>text</var>, false, and
"<code data-x="">Document write</code>".</p>

</div>
Expand Down Expand Up @@ -112414,7 +112414,7 @@ document.body.appendChild(frame)</code></pre>

<p>The <dfn method for="Document"><code
data-x="dom-document-writeln">document.writeln(...<var>text</var>)</code></dfn> method steps are
to run the <span>document write steps</span> with <span>this</span>, <var>text</var>, true and
to run the <span>document write steps</span> with <span>this</span>, <var>text</var>, true, and
"<code data-x="">Document writeln</code>".</p>

</div>
Expand Down

0 comments on commit c061263

Please sign in to comment.