diff --git a/files/en-us/web/api/domquad/index.md b/files/en-us/web/api/domquad/index.md index ea7c75691c91ebc..eb8cfe0312e5d8b 100644 --- a/files/en-us/web/api/domquad/index.md +++ b/files/en-us/web/api/domquad/index.md @@ -30,7 +30,7 @@ A `DOMQuad` is a collection of four `DOMPoint`s defining the corners of an arbit - {{domxref("DOMQuad.fromRect()")}} - : Returns a new `DOMQuad` object based on the passed set of coordinates. - {{domxref("DOMQuad.fromQuad()")}} - - : Returns a new `DOMQuad` object based on the passed set of coordinates. + - : Returns a new `DOMQuad` object or a set of quadrilateral coordinates based on the provided input. - {{domxref("DOMQuad.getBounds()")}} - : Returns a {{domxref("DOMRect")}} object with the coordinates and dimensions of the `DOMQuad` object. - {{domxref("DOMQuad.toJSON()")}}