Skip to content

Commit

Permalink
Editorial: typo in getContextAttributes() domintro
Browse files Browse the repository at this point in the history
  • Loading branch information
danburzo authored and dandclark committed Dec 4, 2021
1 parent 357fa87 commit b43adcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source
Original file line number Diff line number Diff line change
Expand Up @@ -61415,7 +61415,7 @@ interface <dfn interface>Path2D</dfn> {
<dt><code data-x=""><var>context</var>.<span subdfn data-x="dom-context-2d-canvas">canvas</span></code></dt>
<dd><p>Returns the <code>canvas</code> element.</p></dd>

<dt><code data-x=""><var>attributes</var> = <var>canvas</var>.<span data-x="dom-context-2d-canvas-getcontextattributes">getContextAttributes</span>()</code></dt>
<dt><code data-x=""><var>attributes</var> = <var>context</var>.<span data-x="dom-context-2d-canvas-getcontextattributes">getContextAttributes</span>()</code></dt>
<dd>
<p>Returns an object whose:</p>

Expand Down

0 comments on commit b43adcd

Please sign in to comment.