Skip to content

Commit

Permalink
Update packages/alfa-rules/src/common/dom/get-clickable-box.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
rcj-siteimprove authored Nov 22, 2024
1 parent 1ccb5b9 commit f17cec2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/alfa-rules/src/common/dom/get-clickable-box.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const cache = Cache.empty<Device, Cache<Element, Result<Rectangle, string>>>();
* the area that would be clickable if the element could receive pointer events.
*
* The clickable box is approximated by the smallest rectangle containing
* the bounding boxes of the element and all it's visible descendants.
* the bounding boxes of the element and all its visible descendants.
*
* @internal
*/
Expand Down

0 comments on commit f17cec2

Please sign in to comment.