From 468f657038eff7bf5add611b0f270458a758d5bf Mon Sep 17 00:00:00 2001 From: David Menendez Date: Thu, 12 Dec 2024 14:27:05 -0600 Subject: [PATCH] fix: description --- packages/ibm-products/src/global/js/utils/checkForOverflow.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/ibm-products/src/global/js/utils/checkForOverflow.ts b/packages/ibm-products/src/global/js/utils/checkForOverflow.ts index f431fe82a7..386389d4b2 100644 --- a/packages/ibm-products/src/global/js/utils/checkForOverflow.ts +++ b/packages/ibm-products/src/global/js/utils/checkForOverflow.ts @@ -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 => {