diff --git a/files/en-us/web/api/element/getboundingclientrect/index.md b/files/en-us/web/api/element/getboundingclientrect/index.md index 55636ef7fae3b07..13707dba6a97307 100644 --- a/files/en-us/web/api/element/getboundingclientrect/index.md +++ b/files/en-us/web/api/element/getboundingclientrect/index.md @@ -68,7 +68,6 @@ current scrolling position. > > Inconsistent behavior exists across different browsers: In Safari, the returned {{domxref("DOMRect")}} properties may not match those in Firefox and Chrome. To align results, you may need to multiply the returned properties by the zoom factor. - ## Examples ### Basic