Skip to content

Commit

Permalink
fix: description
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmenendez committed Dec 12, 2024
1 parent d43f8a8 commit 468f657
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
//

/**
* used to calculate if a function is overflow width or height of an area
* used to calculate if a element is overflowing the width or height of an area
*/

export const checkWidthOverflow = (el: HTMLElement | null): boolean => {
Expand Down

0 comments on commit 468f657

Please sign in to comment.