Skip to content

Commit

Permalink
Fix casing of argument to WindowControlsOverlayGeometryChangeEvent ct…
Browse files Browse the repository at this point in the history
…or (#29450)
  • Loading branch information
wbamberg authored Oct 4, 2023
1 parent 6a1d55b commit 7f570fb
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ _The `WindowControlsOverlayGeometryChangeEvent()` constructor also inherits argu
- `options`
- : An object with the following properties:
- `visible`
- : A boolean flag that's true when the `titleBarAreaRect` object's values are not 0.
- `titleBarAreaRect`
- : A boolean flag that's true when the `titlebarAreaRect` object's values are not 0.
- `titlebarAreaRect`
- : A {{domxref("DOMRect")}} representing the position and size of the title bar area.

## Specifications
Expand Down

0 comments on commit 7f570fb

Please sign in to comment.